Tako Schotanus

Results 614 comments of Tako Schotanus

Yeah, you can have more than one dependency on a single line and they can be either comma or space separated.

@solrevdev to me that sounds like a workaround, not a fix. Unless Keybase themselves say that the only way to fix this is to revoke and re-add this problem could...

Wish I could say the same. Still broken here 🤷‍♂️

But which options would you like to pass? I think most (of the useful) options you can pass are already available as //-tags. Are we missing some? Hmmm what I...

Updated PR with simplified code using `cmd /c mklink /j ....` to create junctions. The `createLink()` will now also automatically distinguish between links to files and directories and use junctions...

@maxandersen no, on Windows it will use an external command (that should exist on all modern Windows versions) that needs no extra privileges to create a junction when dealing with...

Unfortunately I don't think there's an easy way to create junctions with Java, which is what we'd need. Edit: btw, on Windows we shouldn't even try to create a Hard...