Natalie Weizenbaum
Natalie Weizenbaum
### Checklist - [X] I am using the latest version of this action. - [X] I have read the latest README and followed the instructions. - [X] I have read...
If a reference-style link's reference doesn't exist (either in `[link][]` form or `[link][reference]` form), the link checker should throw an error. Similarly, it should throw an error if a link...
Currently, PostCSS never tries to load a source file's contents. This means that error messages won't display the upstream file's contents unless they're included in `sourcesContents`, which for large compilations...
The following function: ```dart int foo({int? arg}) { arg = 0; return (() => arg)(); } ``` Produces this error: ``` error • A value of type 'int?' can't be...
This has been discussed periodically both in the issue tracker and in person, but I don't think there's a tracking issue yet. (**EDIT**: Here is the original issue from 2011...
## Summary I configured Aruba in an incorrect-but-reasonable way and it deleted my entire repository. ## Current Behavior I was trying to get Aruba to run processes in the same...
This is a meta-issue that tracks changes in other repositories that will break an API that matches Dart Sass's version number. These issues are logically part of [Milestone 2.0.0](https://github.com/sass/dart-sass/milestone/3), but...
See https://github.com/sass/sass/issues/3340 - [x] Deprecate - [ ] Disable
See https://github.com/sass/sass/issues/2538 * [x] Deprecations (https://github.com/sass/dart-sass/pull/1749) * [ ] Final
Now that Dart 1.17 support [enhanced enums](https://dart.dev/guides/language/language-tour#declaring-enhanced-enums), our reason for avoiding native Dart enums are obsolete. We should go through and update our existing pseudo-enums to real ones.