Anthony Dodd

Results 219 comments of Anthony Dodd

@lukechu10 why close? I was actually looking into getting this merged hahaha

@SOF3 thanks for opening this issue. I was actually thinking about this the other day. Totally something we should do. PRs are welcome.

@NiklasEi definitely! If you would like to push a changeset on top of this branch to fix these items, that would be awesome. Just don't overwrite @zottwickel's work 😄

@flosse hello! Thanks for opening the issue. This is actually a part of wasm-bindgen's functionality as described here: https://rustwasm.github.io/wasm-bindgen/reference/js-snippets.html You may need to use this pattern to "register" your Rust...

Hey folks, we've merged one of the PRs related to better M1 support. Keep us posted on problems and resolutions you might find. Thank you!

Mind letting me know if v0.16.0 helps with this at all? In the case of wasm-bindgen, it will fail because wasm-bindgen doesn't yet have M1 artifacts, so at least it...

@Earthmark looks like @dnaka91's comment hasn't been addressed. Please advise.

@emi2k01 this is part of a larger feature, namely asset hashing and hash comparison during the build phase. Currently, the most time consuming build stage by far is the cargo...

@anlumo hey there. This is related to some efforts taking place here: - https://github.com/thedodd/trunk/issues/141 - https://github.com/thedodd/trunk/pull/237 Ultimately we want to communicate this info as an error overlay. I was actually...

Yea, looks like we are just passing along a hard coded value to trigger the reload. We can definitely update this to actually evaluate the success or failure state of...