Scott J Maddox

Results 17 comments of Scott J Maddox

@koute What do you think about using the [proc-macro-hack crate](https://github.com/dtolnay/proc-macro-hack), rather than waiting for proc-macro? I haven't used it yet, but it seems reasonably straightforward.

I actually didn't know about `assert_impl!`! So yeah, that covers the type assertion! But it would also be nice to have an expression assertion.

I'm running into the same error when trying to load a wasm-bindgen crate inside a web worker using webpack: > TypeError: Cannot read property '../client-wasm-worker/pkg/client_wasm_worker_bg.wasm' of undefined This is only...

@vmalloc You might consider merging all lower-level operations into one private function that returns the low-level error, and then having a single `map_err` that maps to your public `Fail` type.

@Wodann Please let me know if the use case for `BuildAllocRef` still doesn't make sense after reading through https://github.com/rust-lang/wg-allocators/issues/12. And if there are specific questions you have after reading that...

I'm using wasm-pack for my web-based multiplayer game https://SneakySnake.io. A couple thoughts: 1. On binary support: this would be better handled with a template project that configures npm, webpack, and...

> Extras are not relevant in the output file and that way I can continue using -c requirements.txt in dev-requirements.in. Why are extras not relevant in the output file? If...

> I got a lot worse results when I tried something like this (each line below is an average over 4 runs). @leloykun Are you sure you made all of...

> Worth mentioning that I saw a measurable reduction in step-time when I convert the QKV projections into a single linear layer, then chunked the linear out into the q,k,v...

Rebased on the latest record: https://x.com/kellerjordan0/status/1866923518769893467; collecting runs *Edit*: latest record seems to be broken for me... ``` [rank0]: Traceback (most recent call last): [rank0]: File "/root/modded-nanogpt/train_gpt2.py", line 445, in...