Valentin Hilbig
Valentin Hilbig
WTF?!? BubbleSort is `O(N^2)`. `getOrderedTypes` is `N=10`, `M=100=N^2` so `O(N^3)`! How dare you!?!
Can we still await AsyncIO Client WebSocket support or is this dead?
Ach ja, und vielen Dank für die Bereitstellung der Daten! BTW ich nutze sie da: https://github.com/hilbix/corona/
Für mich ist das überhaupt kein Problem sondern wollte das nur mitteilen. In meinem Code schließe ich einfach die Zukunft aus. Eher ein Problem ist, wenn Tage in den Daten...
Come on, its over a year now for such a simple thing! This problem here hits me so often, that I already add a mandatory bookmark to in all of...
FWIW my 2 cents: I currently operate my own DNS scripts which create the zone files. These scripts should diff the zone files to what is in "production" (read: on...
Sorry for me posting again, but .. .. looking into the docs a bit deeper, I now think, this here **only affects the web frontend** (so the UI). As with...
# Trick to disable TOFU for unprivileged users (on Linux) > It seems to disables TOFU on nonprivileged users. > > Sorry if this is already known, but I discovered...
That's a plan. I try to help, so I am working on this issue right now. However I am not very used to Python, my major languages are C, bash...
I now can confirm that the idea to move the blocks initialization behind `Window()` is the correct solution. The heavily changed code allowing delayed init is at https://github.com/hilbix/Minecraft but it...