Matt Hayes

Results 11 comments of Matt Hayes

Hey, thanks for getting back to me! I'll give that a try. I didn't initially because `disable errors` sounds a little like `suppress errors` and I was hoping there would...

Okay, I forked this and created a branch that you can see in [this comparison](https://github.com/kripken/box2d.js/compare/master...mysterycommand:mysterycommand). I broke the `LINK_OPTS` out to multiple lines so they'd be a little easier to...

I see that [email protected] landed in [email protected], but my in my repro repo ([mysterycommand/multi-app-monorepo](https://github.com/mysterycommand/multi-app-monorepo)) I get the same result running either of `npm pack -w apps/app-a` from the root, or...

Another note about file/folder references (in addition to [my previous comments](https://github.com/npm/rfcs/discussions/462#discussioncomment-1380544)): running `npm i -S ./packages/c -w @my/a` given the above-described monorepo results in this error: ```sh npm ERR! Cannot...

I created a little test, initing a model that defines required props with an empty object: https://github.com/mysterycommand/and-collection-bug ``` bash $ git clone [email protected]:mysterycommand/and-collection-bug.git $ cd and-collection-bug $ npm i $...

@latentflip, thanks for the feedback. I see what you're saying. I guess I am just expecting that if I create a required property, it'll be there on my model. How...

Hey there … I've also gotten this error and had for a while just given up on the idea of getting a WebGL context to render screenshots via react-snap (love...

Yeah, using mixing produces more code … more CSS declarations, that's true. I was simply pointing out that this in Less: ``` css .huge { /* 42px / 48px */...

Hey! Thanks for looking into this! I _think_ it should just, build 2 packages? Letting the `cargo` part of the process share a root level `target` dir? I'm not really...

Hey @wpride … apologies for the super late reply. I don't have a ton of time to work on this these days, but I _thought_ that this was working (at...