Simon Ask Ulsnes
Simon Ask Ulsnes
One more data point: This happens frequently on macOS with MoltenVK (without any resizing etc. going on). Manually protecting all calls to `queue.submit()` and `surface.present()` with an exclusive mutex lock...
Oh interesting, I can reproduce this on macOS with MoltenVK. It always happens after the 2nd frame has been presented in my case. It isn't obvious from the stack trace...
If I may, I would suggest to leave slice pointer casts out for now, but add support for `NonNull` pointers. I'm doing this in some of my projects, and I'm...
Author here. Thanks for the interest! I have a fork of serde-yaml that replaces unsafe-libyaml with libyaml-safer here: https://github.com/simonask/serde-yaml The fork passes all of serde-yaml's tests, but it still needs...
@dtolnay That makes a lot of sense. I don't think I am willing to commit to taking on the permanent distraction of actively maintaining libyaml-safer in perpetuity (due to bandwidth),...
@tschubotz Realm has limited Unicode awareness when sorting strings, which is to say that all strings are sorted according to an `en_US.UTF-8` locale, and not UTF-8 encoded byte value order....
One suggestion (that would have saved me hours): Instead of asking for a "WIT document" in the CLI help blob, maybe be explicit about the fact that passing a directory...
Ah, I see, that's unfortunate. I'm closing this issue now, since windows-rs seems unlikely to reach 1.0 anytime soon. Feel free to reopen if you want to keep this around....
Looks like a codegen problem. Please provide arch and revision. :)
How about a global Environment object, containing both environment variables (and related info), and info about the Snow runtime? Alternatively, there is already an unexposed Kernel object in the runtime...