dbdr
dbdr
It would be really useful, as well as a more accurate demo of c2rust, if the warnings could be displayed on the page.
I'm getting this exception: ``` java.lang.NoSuchFieldError: SIZE at com.github.markusbernhardt.proxy.jna.win.WTypes2$LPWSTRByReference.(WTypes2.java:42) ``` A web search on "java.lang.NoSuchFieldError: SIZE" points to cases where code built for JNA 4.5 being used with JNA 5....
objdump: ```49 b8 00 00 00 00 01 00 00 00``` ```movabs $0x100000000,%r8``` lde stops the instruction at `49 b8 00 00 00 00`. Probably the same issue with `48...
This uses the channel_count function from the image crate instead of partially replicating it. (Also fixes a compilation error when upgrading image crate to 0.24)
https://trunkrs.dev/ says: > NixOS > Note: trunk is currently in the unstable channel. It should be part of the next release. That seems to be outdated, the current 23.11 NixOS...
When a server function returns data that contains NAN, it causes a hydration error. I managed to narrow it down to this simple reproduction, based on https://github.com/leptos-rs/start-axum: ```rust #[component] fn...