Connor Skees
Connor Skees
This issue serves as a way to keep track of all known compilation issues ### Large features - [x] `@use` and the module system (MVP) - [x] `@forward` #67 -...
This implementation is at a point where it makes sense to - [x] Setup CI (fixed in #10) - [ ] Focus on increasing code coverage (see [grcov](https://github.com/mozilla/grcov)) to at...
## Description More explicitly tests merge-tree `partialLength` logic. Additionally, moves the `verify` methods to be free functions. [ado 1434](https://dev.azure.com/fluidframework/internal/_workitems/edit/1434/)
## Description Two equivalent `SharedMatrices` can differ in exact cell content, but still be semantically equal when referenced by all public APIs. We work around this by special-casing equality for...
`dart-sass` will raise an exception for the following input, ```scss :has(a > ) b { @extend b; } ``` where `:has` may be substituted for any of the selectors listed...
For the following inputs `dart-sass` will raise an exception, ```scss $a: ((0/0): a); ``` ```scss $a: ((1/0): a); ``` ```scss $a: ((-1/0): a); ``` Stacktrace ``` Unexpected exception: Unsupported operation:...
Hello, I am wondering if supporting pixel formats other than 0RGB would be out of the scope of this library. I am currently using this library to prototype something that...
Currently the to and from values for `@for` are unbounded and not formally defined. This input is considered valid Sass, ```scss @for $i from -999999999999999999999 to 999999999999999999999999 { ... }...
Resolves #2892 This serves to better define the edge cases regarding numbers in Sass and formally moves all numbers to be represented as 64-bit floating point real numbers. This is...
## Description Adds reconnection tests for merge-tree obliterate. [ado 1765](https://dev.azure.com/fluidframework/internal/_workitems/edit/1765/)