David Alsh

Results 145 comments of David Alsh

Hi, can we get a progress update on this? 🙏 I'm looking to integrate Divan into my team's project and this is currently the biggest blocker

> Why? Isn't parcel_wasm mostly a duplicate of the napi bindings? There's only a few differences that were covered by conditional compilation before. I'm thinking of abstracting those peices out...

@richarddavison how are ya'll going on publishing to crates.io?

I too would appreciate this feature. I distribute the documentation of my projects in their respective repos, I use a lot of hyperlinks between documents to tie it together. A...

> put pressure on libraries to "play nice" by I seriously wish this worked out in practice, it's been such a nightmare to work around. (you can skip the next...

In the case of swc, it's definitely intended to be used as a library as that's its primary use case (it's an AST parser, etc) - and they have a...

Hi team, is it worth considering offering an env variable for the compiler to allow the use of conflicting versions, replacing the error with a warning? ```bash env CARGO_ALLOW_VERSION_CONFLICTS=true cargo...

Here's a scenario I am running into: I want to install the latest: ``` indexmap = "2.7.0" petgraph = "0.7.0" ``` `petgraph` depends on `indexmap` `~2.5.0` simply running ```bash cago...

Thank you! I really appreciate it. My email is [email protected] 🙏🙏