Jay Oster

Results 366 comments of Jay Oster

I confused Event Viewer with Event Tracing for Windows. These are very different things. - For Event Viewer: A combination of [log-panics](https://crates.io/crates/log-panics) and [eventlog](https://crates.io/crates/eventlog). (Requires admin privileges to register the...

@vadosnaprimer They are all listed in a comment: - a4fa6225a04b5ab8d3dfca3fc9abd7190bceec85 - b10b6254c3d5c9519a85cb4382cdb22846d2e394 - 67942accc72149ae028d58f36419b64ea8651db9

I just found this line in the original FCE Ultra 0.81 source code's `AUTHORS` file: ``` Ben Parnell Most of the FCE Ultra code. [email protected] ``` (Please refer to the...

Yes, it does. Everything that uses the `getBank()` function will now display a more accurate bank number based on how the address space is mapped. The old behavior was to...

This looks like the clear color is not being set correctly, or that the background is not being cleared. What happens when you move the egui window around? If it...

Upstream issue: https://github.com/gfx-rs/wgpu/issues/3415 I'll keep this open to track upstream.

Aside from the `json5` dependency (and updating all of the pregenerated syntax grammars) this is already a very small patch. Four changed files, excluding the automated parts. I agree that...

> What is JSON5 needed for? Is there something that ST's `settings.get` doesn't work for? My understanding is that the settings API doesn’t give you a way to specify which...

I understand that the path is easy to construct, but it's unclear how the settings API is supposed to use it, if it can at all. The `json5` package does...

The answer is that I'm just unfamiliar with the API. If those three lines work, then that's the obvious solution.