Matej Kafka

Results 52 comments of Matej Kafka

I already understand how to do this. What I don't understand is, why do I have to go through the .exe installer (which is not even a standard format like...

Sorry, my comment probably came across a bit offensive, I didn't mean it to sound like that. I understand that I'll have to wait for @callaa to have this potentially...

> This is how relative symlinks work; they're always relative to the working directory, no? As you can test on both Windows any (I believe) any POSIX-compliant system, the relative...

I believe there are actually 2 problems at play here: 1) Zig enters an infinite loop when resolving parent directory of `C:\` and other drive roots on Windows. 2) When...

1) The current alternative is eagerly loading the autocompletion module in `$PROFILE`, so the user has to pay this cost on each startup, not just on the first completion invocation....

GCC maintainers are pretty adamant that this is not a compiler bug, and that the `"+m,r"` is incorrect. Not that it is documented anywhere, so we're gonna have to take...

> My god this is a distasterous mess... You'd think doing something as simple as creating a relative symlink to a parent directory/file (....\etc) in Powershell would be a simple...

I have a similar issue locally, without SSH – running `Get-FrequentFolders` takes 350 ms on my laptop, which is very slow, especially when you're supposed to load ZLocation on each...