patterns
Here are 842 public repositories matching this topic...
React has moved the mixins content to this link instead https://reactjs.org/docs/react-without-es6.html#mixins.
Should we update it to the new one instead.
Flux Utils
There is some noise, I need to clean it up
Add Pixexid.com
Please consider add Pixexid https://pixexid.com is a free image community with features like visual crop and 360 panoramas. (custom license)
Is it possible to use a gradient fill instead of a single colour?
var def = svg.append('defs');
var gradient = def.append('linearGradient')
.attr('id', 'custom_id_1')
.attr('x1', '50%')
.attr('y1', '0%')
.attr('x2', '50%')
.attr('y2', '100%');
//set start
gradient.append('stop')
.attr('offset', '0%')
.attr('stop-color', 'white')
//set color at the
-
Updated
Apr 12, 2020 - JavaScript
-
Updated
Jan 9, 2020 - HTML
Currently only gitignores from cwd and down are taken into account for gitignore filtering. What about those who are higher in a hierarchy?
Use case: monorepo repositories (like babel f
-
Updated
Aug 10, 2018 - JavaScript
-
Updated
Jun 18, 2020 - PowerShell
node-glob
has the nonull
option which instead of returning an empty array if no patterns matches, it returns the patterns that didn't match anything. This can be useful when you want to report to the user what patterns/filepaths couldn't be found.
Definitely needs a better name than nonull
though.
-
Updated
Sep 25, 2019 - JavaScript
-
Updated
May 21, 2020
-
Updated
Mar 18, 2020
-
Updated
May 26, 2020 - C#
Issue
The pattern at this URL:
https://a11y-style-guide.com/style-guide/section-navigation.html#kssref-navigation-navigation-dropdown
- Puts the
menuitem
role on the<li>
, - Leaves the
<a>
with its native role, - As a result of the previous two items, breaks from the APG ARIA menu pattern,
-
Updated
Mar 10, 2020 - C#
-
Updated
Jun 8, 2020 - HTML
-
Updated
Mar 23, 2020
-
Updated
May 30, 2020 - Go
Would be cool to have a .orgformation-rc (.orgfo-rc? .org-rc?) file that contains runtime configuration such as profile
, stateBucketName
, stateObject
options.
If you have any feedback about how native promises can give users a better debugging experience please let us know :) We're gathering use cases for Node.js to see what we can do better.
Improve this page
Add a description, image, and links to the patterns topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the patterns topic, visit your repo's landing page and select "manage topics."
Clicking on a pattern which is unfinished (i.e status = ✘) provides no feedback on the website, nothing happens.
Clicking on the link multiple times appends the category to the URL multiple times. For example clicking on
Abstract Factory
three times yields the following url:http://tmrts.com/go-patterns/creational/creational/creational/abstract_factory.md
Lastly, clicking on such an o