Simon Strandgaard

Results 66 comments of Simon Strandgaard

There is another fork of this project with SPM. https://github.com/iamjono/SwiftRandom

@joncrlsn it seems to be password related. When the password is an empty string then one error. When the password is a non-empty string then another error. My localhost database...

I have made separate repo, [SwiftyRelativePath](https://github.com/neoneye/SwiftyRelativePath), for just this purpose with tests for edge cases. ``` let url0 = URL(fileURLWithPath: "/computer/qubit/17") let url1 = URL(fileURLWithPath: "/computer/lab") url0.relativePath(from: url1) // ->...

![Image of macOS Security and Privacy settings](https://i.imgur.com/Bsbrkrf.png) It didn't help. There is no process running named anything with Skov. It's been a long time since I last made a macOS...

If I run skov from command line, then it starts up the UI. Like this: > PROMPT> ./Skov.app/Contents/MacOS/skov However if I try to use the open command, I get an...

Removing the extended attributes worked for me > PROMPT> xattr -rc Skov.app > PROMPT> open Skov.app > PROMPT> Now the UI starts up.

The updated doesn't work. I downloaded it from here [skov.software](http://skov.software/en/). Running `xattr -rc Skov.app` fixed it.

IMHO A bouncy slide-in panel that rearranges the UI is a somewhat noisy experience, when reading up on docs. I prefer a permanently open detail panel. I have collected a...

I get a lot of these annoying alerts when I try to see the content of files. Would be nice to get rid of quarantine files. ![screen shot 2015-01-18 at...