Dominic Barnes
Dominic Barnes
This PR adds a new capability to override the default "prev" time for a job during create, which has a number of useful applications. First, it allows a schedule to...
It would make it a lot easier to contribute changes. (I have a couple I'd like to make too)
### Prerequisites * [x] Have you tried launching `atom .` from the terminal in your project's directory? * [x] Have you verified the output from `go env` is correct? If...
I believe I paid to remove ads, as the button to do so has disappeared from the main screen. However, I still see ads while playing the game.
This PR patches a security vulnerability in the golang.org/x/crypto package, see CVE-2020-14040 for more details. Updating to the latest version of this package addresses the vulnerability and does not change...
I wanted the ability to inject some additional log fields at init time. Building on `Option` seemed like a logic fit for this functionality, which I've called "additional fields". This...
I found it useful to have an `onHighlight` callback function that would be run whenever dates are highlighted. I was keeping track of this myself before, but needing to hook...
I've started using this library lately, and I've really enjoyed how easy it can make it to work with graphs! One part of this API that consistently trips me up...
Do any of the methods here accomplish either a depth-first or breadth-first traversal directly? It doesn't seem like that is the case, although there are clearly other algorithms sprinkled in....
This library currently encodes and decodes `time.Duration` values as strings. This deviates from the stdlib, as the type `time.Duration` does not implement `json.Marshaller` and is treated as an `int64` instead....