Gerald Nash

Results 13 comments of Gerald Nash

I’d love to have this feature so that I can blend multiple glTF animations.

@alexanderepstein Thanks for opening up an issue! Partial differentiation and multiple integration are things that I'm working on at the moment. I plan to process computations as complex as these...

Thanks for catching this! Sorry for the extreme delay, but I used "L" instead of the vertical bar, because using the vertical bar would break the table formatting in GitHub...

I acknowledge this. I just haven't made time to look into it yet.

IMHO, I think the original dictionary approach is more intuitive regarding CSS (since the syntax is relatively similar), but if we were to go with a function that returns a...

Thanks for following up with how you've solved this. I'm running into the same error with the Heightfield but making it Static hasn't worked yet. I'll follow up if I...

Cool! Thanks for acknowledging, awesome project btw.

@lucacasonato I'm running into the same issue. You can reproduce this using the following script (please have a Python 3 version available in your $PATH). The script _should_ eventually output...

I've looked into this more. In the above example, the second `reader.read()` call hangs upon execution of [this line in 06_streams.js](https://github.com/denoland/deno/blob/26bf4480ff5b6f72b40997618d4020127eb5b0ba/ext/web/06_streams.js#L990). It's likely caused by the [`op_read()` core function](https://github.com/denoland/deno_core/blob/a7f27e43d4aef4cdfe3fcd36d5ab72b11b84542c/core/ops_builtin.rs#L266-L275). When...

Yep, the following test reproduces the issue: `read()` works once then hangs on the next. Run `cargo test resource_test -- --nocapture` against deno_core's `testing` crate after adding this test to...