James Liu

Results 397 comments of James Liu

The intent is to have it work on Component that implements Reflect. For the most part, this usually implies that what you're writing to is mostly just read-only data that...

This continues to be broken on wasm. This issue may need to be upstreamed.

Looks like it's already been reported: https://github.com/smol-rs/async-broadcast/issues/50

This crate was named before those naming guidelines were established, and shifting it's location on crates.io would likely just cause churn for those depending on it. If we are to...

Done as of cf646f4696c92afbf0a677f848cfb5c18e86fba5

Apparently this is not supported, see https://github.com/rust-lang/crates.io/issues/728.

It's there in steamworks-sys. It just need a wrapper in `steamworks` proper. The general policy is to add safe wrappers where people need them, so we'll gladly accept a PR...

Due to the amount of unsafe in this PR, merging now is a potential risk for 0.14, moving this to merge early on in the 0.15 cycle.

This might need to be reopened due to the revert in 1.10. The main issue stems from tick-only use cases being unable to find tasks. For which there are some...

Hmmm, miri clearly does not like this even though the leak is intentional. Not sure how to tackle this without wholesale disabling leak detection.