AxiomaticSemantics

Results 17 comments of AxiomaticSemantics

I'd like to see support for generics for min, max, progress values if that is reasonable. (Most of my use of progress bars are based on {u,i}N values) This implementation...

I often do the `strip = "debuginfo"` thing unless actually debugging, if anything because it massively reduces artifact sizes, would advise. I'm going to try the non-PIC build, that should...

The static link to musl may help some users, but various packages break in my environment, bevy_audio will not build here, didn't try further. I'd advise against the latter or...

0.8.1 + Wayland works here on a Raptor Lake booted into Ubuntu 22.10. Though I am manually depending on winit. Perhaps try adding something like the following and see if...

@InnocentusLime is this resolved now?

This one sounds like a compiler bug to me(My gut is saying it's somewhere deep inside of LLVM), which is way more concerning than just being a bevy bug, this...

> Still not fixed for me on Mac (Ventura 13.0.1, 2019). I get segfaults with the `--release` flag and > ```toml > [profile.dev.package."*"] > opt-level = 3 > ``` >...