Benjamin Esham
Benjamin Esham
Currently, when you leave the app for a few minutes and then come back, the post timestamps don’t update. Since these are relative timestamps, I think they should update every...
I have a job that is scheduled to run at `0 0 1 * *`, i.e. at midnight at the beginning of each month. This worked as expected until this...
With Littlefoot 2.0.2 under Safari 12 on macOS, if you open a footnote that’s long enough to scroll, you can’t just place your cursor over the footnote text and scroll...
Even if Doo exits with an error, it seems that `boot test-cljs` exits with a status code of 0. This is a problem (for example) in CI/CD systems because it...
### Pitch The Mastodon web interface displays the name of (and sometimes even a hyperlink to) the posting application on each post’s page. However, this information does not seem to...
Consider the following simple use of Pystache under Python 3: ``` python import pystache context = { 'numbers': [ {'number': 1}, {'number': 2}, {'number': 3} ] } template = '''...
(This is a question, not an issue.) I have a project that I’d like to launch on startup, but MongoDB needs to start before my project does. Is there a...
Several kyua subcommands accept the `--results-file` option. Their respective man pages claim that the short form of this option is `-s`, but it’s actually `-r`. See e.g. `man kyua-report`: ```...
The tests for newsyslog(8) did not previously test size-based rotation, e.g., “rotate `foo.log` once it becomes larger than 8 KB.” This pull request adds a few tests for this functionality.