John
John
I don't believe this should be happening anyway, but just wanted to note that the `@intCast` is unnecessary here; would that get around this problem for your use case temporarily?
#19395 seems relevant here
I'm not certain if this is related, but using the latest proprietary Nvidia driver (`545.29.06-2`) on Fedora 39 Wayland, with `iced` `master` branch (commit `90332ac`), simply hovering the cursor over...
> It may also be quicker to create a C interface instead of reimplementing it fully - but I was unsure about how that would affect memory allocation and lifetimes...
I'm getting results that don't quite seem consistent with a RMSE of 0.001064, although that _may_ be because I've happened to pick particularly large error test cases. PR/tests in #459,...
Just chiming in to say that `zig build` and `zgui`-dependent apps are currently running on my Wayland system (Fedora 39), even with a modern Nvidia graphics card! @marler8997 's comment...
> Thanks for verifying this @mochalins, I'm assuming you meant to type `zgpu` instead of `zgui` there? I did in fact mean zgui, although I should've specified the using the...
@hazeycode Apologies, I did have some work done but had to shift focus due to rapidly changing work priorities. It is not in an organized enough state to draft PR,...
Commenting that this would be extremely helpful for my use case, as originally proposed by @rohlem (`packed struct` backing integers and all). We use Zig for firmware in custom devices...
> Note: I haven't run the tests locally. I'd love to, but there's a conspicuous lack of a single command that I can just copy-paste to get the tests going...