puckipedia

Results 24 comments of puckipedia

Indeed. Error trace is: ``` error[E0275]: overflow evaluating the requirement `gc_arena::gc::Gc>: std::marker::Sized` --> src/main.rs:3:21 | 3 | struct Test` = note: required because of the requirements on the impl of...

(if others hit this issue: i have a horrible patch at https://github.com/puckipedia/ossc/commit/3d02b503c637f408ce5d9b1faa77559f71e0b539 which adds one (1) extra bit to the backporch, bringing it up to 10 in total. i can't...

I'll give that a try, but it'll be a bit; i'm currently running Steam in a flatpak and getting data out of it is non-trivial.. I'm planning to un-flatpak Steam...

This behaves the same without the shorthand as well: `{ a = rec { b = 5; }; a = { c = b; }; }`

I believe this bug can apply in both cases, but they do so somewhat differently, and i'm not sure both fit in this one issue. When a filter is applied,...

Some notes on this list: The KDE/wlr screencast should be indirectly exposed (thru something desktop-portal compatible); appmenu similarly (because it involves the same passthru as the StatusNotifierItem) DRM lease is...

> To clarify, we do want to keep the ability to "have" a thunk, as long as you don't try to observe the value [..] The goal is to make...

It looks like the onclick handler is not actually registered at any point when running on mobile chrome; instead, it seems to be shimmed by DashCode. However, due to a...

Attached the debug logs for the VT switching. I'm unsure the VRR thing was actually an issue and not an artifact of the application i was running as i was...

Works when compiling against commit `ddfec31b4c2a6fe289f1966a49403b802d85314a` (just before removing `wlr_idle`). However, the X position of the secondary monitor is now ignored. `wlr-randr` still shows it at the right position, and...