Alexander Donkov
Alexander Donkov
If someone is still looking for a better solution than having to define the optional param in every route object, I have found a solution although it is pretty hacky......
I use vertex comparison in my shortest paths, mst and topological sorting algorithms. Also the main reason for it to be of IComparable is that I have methods for the...
That will mean runtime error when used incorrectly and I'm not completely sure I want that. However, something that can be done while maintaining backwards compatibility is moving the IComparable...
> However, it may introduce more code and more effort to maintain it. I think it could be done by moving the BFS and DFS to a private method that...
The backups look great, but could you also implement a configurable backup retention. Like for example retaining the last 10 backups, or last day (timeframe) of backups, whichever is easier....
> Im open to ideas on the "Rentention-Policy" - GO NUTS and help me out please 😄 I mean if you don't want to decide how much backups to retain...
> Just to be on the safe side, you mean this one right? https://github.com/lloesche/valheim-server-docker Yes, that one.
Would it be possible to detect the windows key with your current approach and will that also break the selection? As currently Ctrl is the only Modifier key that can...
OK, `cmd_l` is indeed the windows key. Only `cmd` also works. However, sadly this doesn't fix the problem as selection is lost with the Windows key as well. So only...