Devon Carew
Devon Carew
Thanks for the request and the example!
The first error - which may be causing the others - is on: ```css .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), ^ .hero.is-white strong { color: inherit; } ``` I suspect this is related to...
Thanks for the contribution! I don't see the css validating using the validator at https://jigsaw.w3.org/css-validator. ``` 1 Value Error : color Unknown dimension 1e2 1 Value Error : color Unknown...
I do see exponential notation in the railroad grammar for numeric tokens (https://drafts.csswg.org/css-syntax-3/#typedef-number-token), and can use it in css properties when editing things in devtools. I wonder - is the...
Hmm, @leonsenft - do you have thoughts here?
Some configuration prior art are the analyzer ignore_for_file directives: ``` // ignore_for_file: unused_local_variable ``` and the dart language directive: ``` // @dart = 2.12 ```
cc @sortie
Following up on this issue, this package provides a few different services: ### String getSdkPath() This was the original reason why this package was created. The impl. of this method...
I'm not certain of the relative usage of `package:fixnum`, and whether we want to consider it a paved path for in terms of our numeric types. This library _is_ used...
There aren't any plans for such at this time. I'm curious what your use case is?