Jesse Rusak

Results 10 comments of Jesse Rusak

For any future person baffled by this, the comment in the source data explains: https://github.com/eggert/tz/blob/ab21ad9710b88f28995b7ed47c6efda47ffb1be5/etcetera#L37-L43 In other words, it sounds like they're all flipped in sign from what you'd expect...

This also seems to happen for Cargo.toml when running `cargo add`.

Just my 2 cents, but it seems like a pretty bad paper cut that with (what I believe is) the default configuration for git on Windows, cloning most rust projects...

Thanks! Maybe my system has some different default config for some reason.

> > Thanks! Maybe my system has some different default config for some reason. > > If this is not relevant, should we close this? I guess up to you...

@dcherian sorry, no, the other fix I submitted was related (and made this worse) but doesn't solve the underlying broadcasting issue here. I haven't had a chance yet to dig...

FYI I recently realized in [my fork](https://github.com/jder/crankstart/commit/08a47d7485adf2293e9df7f7ece83ccecb64dfc9#diff-b1a35a68f14e696205874893c07fd24fdb88882b47c23cc0e0c80a30c7d53759R367) that using System::error instead of System::log_to_console nicely causes the simulator stop and show the error rather than close.

I'm also interested in this functionality. Looks like the next step is to update the version of wasmtime this package depends on, then update the preopen_dir python wrapper? @alexcrichton or...

Thanks! I started working on the [wasmtime 26 update](https://github.com/bytecodealliance/wasmtime-py/compare/main...jder:wasmtime-py:update-26?expand=1) as a first step, and ran into something I'm not sure how to handle. In particular for the [bindings generation code](https://github.com/bytecodealliance/wasmtime-py/compare/main...jder:wasmtime-py:update-26?expand=1#diff-5dc6eca1c2552b54b77be55d450d033a303ff9082a620c38a92ea62daf84f718L44)...

For posterity, I am working on this, WIP [here](https://github.com/bytecodealliance/wasmtime-py/compare/main...jder:wasmtime-py:update-dev?expand=1) which we can land once wasmtime 27 is released.