Dylan Staley
Dylan Staley
When passing tokens via `include` that contain the property `isSource: true`, the included tokens are indistinguishable from actual source tokens, resulting in the inability to distinguish during a `filter`. [Reproduction](https://stackblitz.com/edit/style-dictionary-example-l5t1yn?file=config.js)...
### What version of Next.js are you using Turbopack in? 13.4.1 ### What package manager are you using / does the bug impact? npm ### What operating system are you...
This PR adds a test case demonstrating the ability to set multiple cookies in an edge runtime API handler.
With the new npm [isolated mode](https://github.com/npm/rfcs/blob/main/accepted/0042-isolated-mode.md) in v9.4.1, using undeclared dependencies is now an error (similar to Yarn PnP). This PR adds an explicit dependency on tslib for modules that...
**Describe the bug** When attempting to build the C++ file generated by the tool, Visual Studio complains about a `nonstandard extension`, specifically `_asm`, which I don't beleive is available when...
The 2022.3 EAP builds for JetBrains IDEs has ARM64 support! https://www.jetbrains.com/idea/nextversion/#section=windows
Apparently [GitHub Desktop](https://desktop.github.com/) has ARM64 support, but I can't figure out if it's only available in beta. It looks like it uses an auto-update mechanism to install the ARM64 version...
I spun up an EC2 instance since I don't have access to a machine with 16GB of RAM (and I had difficultly installing libavl on OS X), cloned the repo,...
While it may not be a crime to put SQL queries directly into React components, it _is_ a crime against Pokemon trainers everywhere to render sprites without `image-rendering: pixelated`. This...