David Manouchehri
David Manouchehri
@marcklingen It's not the metadata for me, it's the fact I have huuuuuuuge large prompts. =P
Sorry, let me check! Mind reopening this?
Ah, found a clean solution! ```typescript const rangeList = { documentationOnly: ipaddr.parseCIDR('2001:db8::/32'), tunnelProviders: [ ipaddr.parseCIDR("2001:470::/32"), // he.net ipaddr.parseCIDR("2001:5c0::/32") // freenet6 ] }; ipaddr.subnetMatch(ipaddr.parse('2001:470:8:66::1'), rangeList, 'unknown'); // => "tunnelProviders" ```
@onitake No luck, sorry. ```bash PS C:\Users\dave> docker run -it --rm thawsystems/uninno uninno@7008761e171a:~$ git clone -b tweaks-v3 https://github.com/kholia/inno2john Cloning into 'inno2john'... remote: Counting objects: 602, done. remote: Total 602 (delta...
I'm having a hard time Google'ing for a sample repository; Google doesn't respect the dash in "react-desktop".
Not yet, wasn't sure how to get it. Does it output messages in stdout or do I have set a flag first?
@SirCmpwn That's only for sway and not wlc, no?
https://gist.github.com/Manouchehri/cb23ad1ba27ac550cffc I _think_ it starts at line 2400 or 2180. I don't see any obvious error messages though except for `[wlc] libinput bug: Unable to find topmost touch`.
@Kinokoio The GDK error explicitly says it's an error in Wayland, so I'm pretty sure I won't be able to reproduce it in Xorg. @Cloudef My guess GTK is trying...
@Kinokoio It's listed in the first post, or click [here](https://github.com/GNOME/gtk/blob/5ea692df23cf6caed7624554be46b8f39fe008ce/gdk/wayland/gdkeventsource.c#L167).