cameronsstone
cameronsstone
Adding this check because I use symlinks to link to workflows I'm developing (which are not Node-based). Without this check I get errors similar that reported in #6: > ENOENT:...
This change allows for conversion of a time in a timezone from your list (Warsaw in the sample) _without_ a modified date. i.e. instead of putting ``` tz wars 0d...
There are two commits here: 1. Generically reject any currency updates unless both are true: 1. the currency is in `CURRENCIES` or `CRYPTO_CURRENCIES` 1. the rate is a number. 1....
I was debugging an issue in tilmanginzel's alfred-bluetooth-workflow ([20](https://github.com/tilmanginzel/alfred-bluetooth-workflow/issues/20)), and noticed that the workflow:magic command was not working, though the other magic commands were. Looking into the code, I noticed...
This is similar to #14 , but I want to search for expired cookies - cookies whose expiry date is before now. With 14, I can search for cookies with...
Add code like this just before `return candidates`: ```python # search for branches and tags (with or without "refs" and "heads" or "tags" prefixes) for path in [f'refs/heads/{name}', f'refs/tags/{name}', f'refs/{name}',...
Specifically, I would like to be able to get a `java.time.Instant` or `java.time.OffsetDateTime` out of an `IonTimestamp`. Based on #33, I suspect you'll want to add these to `Timestamp` instead...