Starwort

Results 23 comments of Starwort

> You can see how many open sockets there are to your X server using > > ```shell > ss -x src "@/tmp/.X11-unix/*" | wc -l > ``` > >...

> so if you happen to be using KDE, that might be the issue. Yeah - I've since reduced the number of open sockets (though I have genuinely no clue...

Related: Printing to stderr results in the last line of stdout being repeated, instead of the line in stderr being printed (example below) ![image](https://user-images.githubusercontent.com/16487249/164946536-bb28b912-5026-4c23-8f6f-b8dca5f75239.png) (My last print was a `printf("%s\n",...

> A more accurate typing would be to remove partial all together and TypeScript infer the type. I might be wrong, but I believe you are *required* to type function...

Honestly, the gem armour would be less broken if you actually had to fill the klein star to make it. Right now, you can use an empty klein star to...

I believe lightning is simply part of 'Heavy Rain' (but I'm sure treeki would be happy to correct me if I'm wrong lol)

I hope this helps speed up the dark theme implementation lol. You can probably simplify prepare_elements but I wanted more debug info EDIT: prepare_elements no longer clobbers onclick, debug info...

I also made this script that moves the island settings dropdown into a nicer place ```javascript // ==UserScript== // @name MeteoNook move island settings // @namespace http://tampermonkey.net/ // @version 0.1...

Big +1 - I may try scripting this in

That's entirely fair! Perhaps for the current tabs, there's a way of having sliding tabs for the mobile interface (a la [material design](https://material.io/components/tabs), with a bit of javascript code to...