Matt Hayes
Matt Hayes
Hi there, I am trying to compile this project into a WASM module with the associated JS loader/import object so that I can use it in a bigger project as...
Related to #49 … it'd be cool if you also supported macOS users by adding the `metaKey` to the list [here](https://github.com/Paratron/hookrouter/blob/53d65f8c90a6812abcbfa9ef55e1b87d57ea9e6f/src/Link.js#L22-L25). If you're open to it I should have a...
Following discussion on #477 and previously on #463, workspaces that depend on sibling workspaces via the `file:` protocol (a.k.a. linked or symlinked dependencies) should run the sibling workspaces' `prepare` scripts...
# Before Opening Please... - [x] Search for an existing/duplicate RRFC which might be relevant to your RRFC ## Motivation ("The Why") Please see detailed description in https://github.com/npm/rfcs/discussions/462, but tl;dr...
Bringing this over from https://github.com/npm/feedback/discussions/582 per @MylesBorins direction (also, hi Myles!) --- Following up on https://github.com/npm/rfcs/issues/463 and https://github.com/npm/rfcs/issues/470 (and the [meeting notes here](https://github.com/npm/rfcs/blob/main/meetings/2021-10-06.md)) … I'm a little unclear on the...
I've used `grunt-modernizr` before, but on my current project we're using Gulp, and I'd like to use this project to the same end. However, the configuration looks different to me...
Hi. I'm trying to create a read-only model with required properties. I would expect that attempting to instantiate such a model without the required properties in it's initialization object would...
Hi, I just wanted to point out that in the Sass version of the grid, the `@extend` directive is used inside "IE fixes" and the `min-width: 40em` media query. Because...
## 🐛 Bug description Running `wasm-pack build` in a workspace (e.g. the root `Cargo.toml` has `[workspace]` and `members`) fails with: ```sh $ wasm-pack build Error: failed to parse manifest: ./Cargo.toml...