Alexander van Gessel
Alexander van Gessel
> > it is that your pastebin link expired > > Replaced 97 with ab [here](https://github.com/nmikhailov/Validity90/blob/9fb1b5b34274c109399126ba3de675c31e4f281b/prototype/main.c#L80), new log: [ab.log](https://github.com/nmikhailov/Validity90/files/3586574/ab.log) Doing something similar to this, (`{ .vid = 0x138a, .pid =...
Modifying the GNU GPLv2 for your own purposes also brings along the possible issue that the license itself is licensed under the "verbatim license": Everyone is permitted to copy and...
Well, looks to me like (the way we use) SDL2 doesn't like xmonad's tiling forcing it into less-than-fullscreen. Not sure if SDL actually supports this, but the current misbehaviour causing...
> Mistral is a really neat name, indeed. So the westerly wind (zephyr) upgrades into a northwesterly wind (mistral)? They're names from different languages and traditions, but I still think...
> Alternatively you could replace the `eval $(thefuck --alias)` with a function (as it is done for the fish shell). This way the alias is only evaluated when the command...
> 1. I'd need to parse the date in all languages correctly to extract the actual date (a bit more than I do already for date grouping) > 2. That...
> I will also note that you can switch Gmail to "English (UK)" and the date will change to `DD/MM/YYYY` in case that is better. It does, but it also...
I'm suffering from the same problem. I've mostly worked around this by writing some javascript to read out the values from the HTML and initialize the flexdatalist by hand, but...
A workaround I've found is to test if the setup has succeeded and set a timeout to retry later if it hasn't. Eventually, it will work, but retrying up to...
The solution that simply tracks encountered inodes sounds like it would result in the same output as `du`. It's not perfect, but it's a big improvement over the current situation....