190n

Results 44 comments of 190n

@gaohaoyue I lost interest :/

BTW, I've been working on the fuse version of this idea. I don't have enough to share yet but it seems definitely doable if I can muster the effort to...

> why couldn't JPEG XL be used in the Linux kernel in much the same way, for JPEG and PNG images? It's fully transparent for both. It wouldn't be transparent...

Thank you for the quick replies! 1. I'm using Intel Alder Lake integrated graphics (i5-1240P). Linux 6.2.12, mesa 23.0.3-1. Screen scaling is 125%, but GNOME is weird about that so...

Here's the output from that example. The size appears to actually be correct at first: ``` 1: config: WindowConfig { title: "Notan App", width: 400, height: 400, fullscreen: false, min_size:...

``` 1: config: WindowConfig { title: "Notan App", width: 400, height: 400, fullscreen: false, min_size: None, max_size: None, maximized: false, resizable: false, vsync: false, multisampling: 0, high_dpi: false, lazy_loop: false,...

Another reproduction for 0.12 and 0.13.0-dev.211+6a65561e3. When run in ReleaseSafe this panics with access of inactive field inside `foo`. `inst.data` inside `decode` has tag `.foo` but in `foo` the tag...

I debugged this for a while at Bun. I found that the bus error occurs inside `dlopen`, while Node is trying to load the module `/tmp/nx-native-file-cache-d859752/19.8.2-nx.linux-x64-gnu.node`. `dlopen` eventually calls `memset`...

Thanks for the fix, but it looks like that might have only fixed the case where the buffer gets garbage-collected (I'm guessing based on the use of `Arc`), not the...