Jeff Parsons

Results 85 comments of Jeff Parsons

Is this stuck? Might it need a "bors r+" to get it into the queue or is Bors meant to pick up review approvals now?

Just adding my 2c worth of experience... I just ran into this, tried making it work with thread-local statics (doesn't work because `LocalKey::with` doesn't let the reference to the inner...

This sounds like the same issue I ran into here: https://bytecodealliance.zulipchat.com/#narrow/stream/407292-cargo-component/topic/Component.20composition.20confusion/near/396244085

If I understand correctly (big if 😛) then this may be a manifestation of https://github.com/bytecodealliance/wasm-tools/issues/1253, which would be resolved once https://github.com/bytecodealliance/wasm-tools/pull/1252 (impl of https://github.com/WebAssembly/component-model/pull/248) lands. Someone with a better understanding...

(I can put together a complete minimal reproduction if that would help; I just figured I'd first ask in case I'm doing something obviously wrong.)

> According to [docker/cli#1480](https://github.com/docker/cli/issues/1480) the Docker CLI uses a CSV parser for `--mount` which would solve the "what if my path has a comma in it" problem. I'm not sure...

> I'm a bit ambivalent myself about only having the `--mount` syntax vs additionally having today's `--dir` syntax. I'm too used to `-v` in Docker and `--dir` in Wasmtime though...

> It is true that having to duplicate those types is sad, but as said in the RFC, there seems to be no other way. I know I'm just one...

Parallel frontend will also not help with memory usage — I'd expect it to make it _worse_. For a really meaningful improvement, I think a solution is still needed that...

I've just started tinkering on a new project using Bevy and I've immediately run into significant input lag. It seems there are enough related issues with different root causes that...