Earnestly
Earnestly
This is a continuation from the previous (https://github.com/rust-lang/cargo/pull/148) pull request which your bot apparently merged, but in effect did not. As there is no open issue about this, I've decided...
This patch attempts to fix two corner cases which can result in hhpc becoming deadlocked, https://github.com/aktau/hhpc/issues/9. The first checks for the case where nanosleep() is interrupted which would set working...
```sh datetest --isvalid -i %FT%T -i %F -- 2022-02-27 # Okay datetest --isvalid -i %FT%T -i %F -- 2022-02-27T # Should fail datetest --isvalid -i %FT%T -i %F -- 2022-02-27T9999:8888:7777...
dateconv: Corruption/segfaults when feeding it sequence of lines without final terminating newline
When feeding `dateconv` a sequence of lines I noticed it segfaulting when the final newline was missing. While trying to create a reproducer I instead found it misbehaving, first printing...
I have a few date strings which contain the named zones `GMT` and `UTC`. Would it be possible for `%Z` to match named timezones or abbreviations as `strftime` does? I...
The intention is to use `dateconv -S` to convert strings which match but exclude lines which do not. E.g. Currently: ```sh % printf '%s\n' '01-03-2004 foo' 'bar baz' | dateconv...
`dateconv -S` is particularly useful when used as a filter for a large amount of input. It would potentially be helpful when dealing with inputs that have a few known...
I've been trying to use `strptime` and `dateconv` like I might `grep -q` but when `-q` is used the exit status is `0` for matches that would otherwise fail. Current...
When attempting to use `dateseq` to produce a list of days for a given month I've noticed it to include the last day of the prior month, for example: ```...
On my system runit's `runsvdir` has to be explicitly run after login as I've not managed to use systemd to start this as a per-user system service and would prefer...