Chris Krycho

Results 750 comments of Chris Krycho
trafficstars

Follow-up: for me, it appears to have been a dependency issue (possibly deriving from an automated refactoring that didn't correctly exclude `node_modules`). I nuked my local `node_modules` directory, ran `npm...

@Semigradsky is correct! As a rule of thumb, the only types which should be in `dependencies` are types which are re-exposed as part of *your* public API. Types which are...

Possibly a duplicate of #1934, which I somehow missed despite looking at all open issues, searching, etc.: and it was right in front of my face! 🤦🏼‍♂️ Feel free to...

I'm late to this discussion, but have reason to be looking for just such a thing right now, and it seems like a shared repo which we can all contribute...

I can confirm that manually setting `RUST_SRC_PATH` fixed the same issue on OS X as well.

Will review Monday or Tuesday. And for what it's worth the Typed Ember team generally shared the "not going to block on this" POV about naming. It's probably unsurprising that...

Might be a good use case for `optionalPeerDependencies`. That way it appears in `package.json` and can specify the supported ranges at any given time.

I’ll make sure once of us looks this coming week. Thanks for keeping it moving forward!

This is a lower-priority addendum to this request, of course; focus should primarily be on Rust… but if, along the way in this, you happen to be able to make...

This is still on my radar, but I will not get to it probably until a week from today.