Fred K. Schott
Fred K. Schott
Hey there! Does HackerUI support React 17? I see that your `peerDependencies` range is React 16 only, and I'm having trouble using HackerUI on [Skypack](https://skypack.dev/), which pins all versions of...
Hey @rprieto, thanks for building this awesome library! Have you considered adding the ability to describe each resource? For example: in the HTML output, a description at the top of...
It would be great to learn more about these packages, and the state of ESM on npm overall. ## Ideas for data to collect: - most common method of supporting...
We should support an "error" event type so that the server can notify the client whenever an error occurred at the build stage. ## Current Behavior - A file fails...
Given a hash of properties, is there a way to call `model.set()/model.save()` and have it only update the changed attributes? Example: ``` // In this example, hashOfProperties has all of...
You can see the validation of colors as hex values here, where non-hex values are ignored: https://github.com/microsoft/vscode-textmate/blob/main/src/theme.ts#L126-L134 We are trying to add CSS variable support to Shiki: https://github.com/shikijs/shiki/pull/212 Using a...
As always, awesome work on this library, @guybedford :) I'm integrating this into Snowpack to match Node.js support, and was surprised to see this limitation: https://github.com/guybedford/cjs-module-lexer/blob/9f32d7a83a435ed6f7716318a5367a82d6480079/test/_unit.js#L317-L320 I assumed many packages...
### What version of `@astrojs/compiler` are you using? 0.31.1 ### What package manager are you using? pnpm ### What operating system are you using? mac ### Describe the Bug Looks...