Natalie Weizenbaum

Results 353 issues of 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...

support

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...

enhancement

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...

feature

The following function: ```dart int foo({int? arg}) { arg = 0; return (() => arg)(); } ``` Produces this error: ``` error • A value of type 'int?' can't be...

flow-analysis

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...

request

## 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...

user experience

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...

blocked
infrastructure

See https://github.com/sass/sass/issues/3340 - [x] Deprecate - [ ] Disable

enhancement
blocked

See https://github.com/sass/sass/issues/2538 * [x] Deprecations (https://github.com/sass/dart-sass/pull/1749) * [ ] Final

enhancement
blocked

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.

infrastructure