Jay Oster

Results 366 comments of Jay Oster

Nah, it isn't flooding stdout. Only about 100 messages are printed. The problem is "needlessly" running setup code for each sample. And there are at least 60 samples for each...

Do you see the bevy diagnostics printed to the terminal while the example window is open? ``` 2022-03-29T18:38:31.236886Z INFO bevy diagnostic: frame_count : 105.000000 (avg 105.000000) 2022-03-29T18:38:31.237081Z INFO bevy diagnostic:...

That's right. There seems to be little interest in getting `atexit` working in Rust at the moment: https://github.com/rust-lang/rfcs/issues/712 And it sounds like it won't be foolproof, anyway: https://github.com/rust-lang/rust/issues/11695#issuecomment-32834967

That was my conclusion, and reasoning for pre-mount cleanup. :wink: It looks like the private `unmount` is perfect for that, since it takes care of some important details like the...

Performing cleanup steps with signal handlers is a fine idea, but it doesn't eliminate the utility of a public `umount` function. I can think of at least two cases where...

OSXFUSE is implemented by `mount_bsd.c`, which doesn't include support for the `auto_unmount` option. Good to know it exists for Linux, though.

The purpose of this project was to add a memory-resident "code handler" and fixing the boot simulator in Alt64. From that point of view, it was a success. There was...

It's supported: https://github.com/parasyte/alt64/blob/88473a8dd932959e7fb247154c6766b4cd06f44e/utils.c#L1090-L1103 What code are you using, and what result do you expect it to have?

It's impossible to get a proper revision history on these releases, since the original author does not use any revision control system (like git). It's incredibly difficult to contribute to...

@saturnu Can you submit a pull request? There are multiple `backcolor` variables ...