Mads Ahlquist Jensen

Results 23 comments of Mads Ahlquist Jensen

I have the same issue - Except for that my issue happens to start a new instance of eww that i can run `eww kill` on, but the "old" instance...

I'm having the same issue. After installation it worked fine for a couple of days, but now i can't seem to get it to work again..

I can also pitch in with my experience. I have a struct with a generic: ```rust pub struct Response { ok: bool, value: Option, } ``` Which implements the following...

> Pushed improvements for the polygon rendering with antialising please take a look on main > > Left: before Right: main > @raphamorim i will test this as soon as...

Old: ![Image](https://github.com/user-attachments/assets/eb8da31d-97b0-4279-b5b4-ba40283de04f) ![Image](https://github.com/user-attachments/assets/d4ee5c2d-0dcc-4c21-b7e2-749cf56ee774) New: ![Image](https://github.com/user-attachments/assets/e694acc9-75f3-422b-aa98-bc68cba0382a) ![Image](https://github.com/user-attachments/assets/4a79131b-0dec-43f2-a7da-4459e3cea62e) Definitely looks a lot better! The zoomed out version in the new one still looks a bit weird, but zoomed in looks great! Edit:...

@rlhf23 thank you for posting the script! While i know you could do something like this with a custom module and script, i feel like this would be a great...

After setting the flake to follow my own nixpkgs, **it works** without segfaulting. As i don't know wether or not it should work regardless of following the stable nixpkgs, i'm...

This works as it's supposed to now.

> maybe this shouldn't be part of any events, and rather be its own type that's passed around similar to Cursor, so you can just know the modifier state at...

Update: This, seemingly, happens when i switch to using Javascript instead of Rust as the langauge.