-
Updated
Aug 17, 2020
typography
Here are 578 public repositories matching this topic...
-
Updated
Jun 27, 2020
-
Updated
Aug 6, 2020 - HTML
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
Aug 21, 2020 - JavaScript
Describe the bug
https://webpack.js.org/migrate/5/#cleanup-the-code
Using named exports from JSON modules: this is not supported by the new specification and you will get a warning. Instead of import { version } from './package.json' use import package from './package.json'; const { version } = package;
To Reproduce
Try to use webpack@^5.0.0-beta.22
and [email protected]
-
Updated
Jun 12, 2020 - Swift
-
Updated
Jul 28, 2020 - JavaScript
-
Updated
Jul 19, 2020 - CSS
-
Updated
Jul 7, 2020 - Swift
-
Updated
Sep 22, 2019 - CSS
-
Updated
Mar 11, 2020
-
Updated
Jul 16, 2020 - JavaScript
It just doesn't test anything for the cast majority of fuzzer input. While fuzzer does learn the effective paths, let's help it more.
First, for instruction type, change the switch argument to: instruction.operation % NUM_OPERATIONS
.
Then just split the available values into the two sets by looking up one integer from fuzzer and use that module size for set1 and the rest for set2.
-
Updated
May 30, 2020 - JavaScript
-
Updated
Jul 17, 2020 - HTML
-
Updated
Feb 2, 2020 - CSS
-
Updated
Mar 2, 2015 - JavaScript
-
Updated
Jul 16, 2020 - CSS
-
Updated
Feb 11, 2020
-
Updated
Sep 1, 2017 - HTML
-
Updated
May 2, 2020 - Python
-
Updated
Mar 27, 2019 - JavaScript
-
Updated
Aug 8, 2020 - TypeScript
-
Updated
Aug 4, 2020 - JavaScript
Improve this page
Add a description, image, and links to the typography topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typography topic, visit your repo's landing page and select "manage topics."
Hi,
I never used your lib yet, but very interested to (as I was starting to do a similar thing).
One thing I noticed is that I don't see dark colors (eg: iOS Colors have light & dark values, which are different, same for grey, see https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/color/)
Is there any plan to handle that? Might be a bit breaking change for color