Nick Randall
Nick Randall
This will detect exports that start with `$` and `_`. Here is a snippet from `@lexical/html` that was causing an issue for me: ```js exports.$generateHtmlFromNodes = $generateHtmlFromNodes; exports.$generateNodesFromDOM = $generateNodesFromDOM;...
I use Lightningcss with esbuild and the "approved" way to import `.node` files with esbuild is to use the "copy" loader, which copies the `.node` file into the destination folder....
Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub...
I'm admittedly new to Rust so correct me where I'm wrong but it appears to me that a user is only able to construct a `Vary: *` header and is...
I'm excited to dig more into this library and so far I am loving the approach of a small core and small utility libraries around it. One thing that I...
I happen to be using a cargo package in my app that reads some local (to the package) files at runtime. When I run my app using this build-pack, I...
I'm running into an issue that has been a challenge to debug. Basically, the drop target isn't being detected until the mouse moves off the window and then back onto...
I'm thinking it could be helpful for those trying to incorporate Koto charts into their projects what we provide wrappers for common frameworks like Angular. ``` html ``` We'll need...
### Describe the feature / bug 📝: I'd like to opt into the "richColors" styles on a per-toast basis. It would be great if I could pass that option to...
### Issue: Closes #414 ### What has been done: allows individual toasts to opt into richColor styling ### Screenshots/Videos: N/A