Sander de Koning
Sander de Koning
When running Go program on my mac, I am receiving the following error when parsing a JWT: "Token used before issued". However, when I am running on a remote server...
How about we add the device vendor identifier? ```UIDevice.current.identifierForVendor!.uuidString```
## Description By making the current two implemented `routingHelper()` functions in the router publicly available it allows a bit more abstraction by the user in terms of implementing generics if...
The documentation mentions it's possible to ignore all events with the following command: `defaults write org.p0deje.Maccy ignoreEvents true # default is false` Is it also possible to ignore all events...
When following the build instructions Xcode fails to build with the following error `Command PhaseScriptExecution failed with a nonzero exit code`. How can I resolve this issue?
I'm looking into adding the `--follow` option to `git log`. I've come to https://github.com/go-git/go-git/blob/935af59cf64fbe49eb8baba9fe80e6b236daf593/plumbing/object/commit_walker_path.go#L59 where https://github.com/go-git/go-git/blob/935af59cf64fbe49eb8baba9fe80e6b236daf593/plumbing/object/commit_walker_path.go#L112 seems to be one possibility to add such an option. Looking into this further...