Aphek
Aphek
I've bisected it and found the culprit (https://github.com/ulfjack/ryu/commit/b94f5d00890051c25a5f7467f554e10a5b09a930), apparently they changed the default benchmark mode from "classic" to "inverted". To use the classic mode you need to add -classic to...
Could we use feature detection for WeakRef? Then we would avoid breaking old browsers and serverless while making it available to most browsers
Ok, great!
Interestingly enough, deserializing into a `Vec, #[serde(default)] _fix: &'static str, } ``` I guess it's because it's placing a 'static bound on the 'de lifetime, but I got surprised when...
In my case it was not being caused by a reload but by a simple removal of the SubViewport using `queue_free()` on a parent node. It's very easy to reproduce,...
Hi! Any updates @Techie-Pi? We've been waiting on this for https://github.com/vita-rust/vitasdk-sys/pull/30
No worries and TYSM!
> Other platforms that offer these options include KDE Plasma, and I believe Gnome. Yes, GNOME offers this option and it's the default behavior. Default dconf values for GNOME: -...
> `Super + Tab` for switching distinct apps > `Alt + Tab` for switching different instance of same app > > using ` + Shift + tab` to reverse the...
[Bug?]: Assets with names containing international characters don't work in prod on cloudflare-pages
I think this is actually an issue with cloudflare pages. I'm not using SolidJS, but I managed to reproduce it yesterday when deploying a pages app with different wrangler versions,...