Nathan Henrie

Results 54 issues of Nathan Henrie

Thank you for the extension. Do you know -- is there a way that I can set the `--line_length=79` by default (so I don't have to write that out each...

I've gotten this a couple times now after `python ./optimize.py`: Arch Linux Python 3.7.3 ``` ... [I 2019-06-11 20:16:49,493] Setting status of trial#51 as TrialState.PRUNED. terminate called after throwing an...

bug

Hello, Thanks for a great walkthrough. I can build an SD image with Docker! Unfortunately, I've been [working][0] [fruitlessly][1] on getting a Pi to use a BTRFS root for a...

help wanted
question

Output of `restic version` -------------------------- ``` restic 0.13.0 compiled with go1.18 on linux/amd64 ``` What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- `restic self-update`...

type: feature enhancement
help: wanted

Trying to work out https://github.com/Hammerspoon/hammerspoon/issues/2923#issuecomment-1030488609, I decided that [`hs.task`](https://www.hammerspoon.org/docs/hs.task.html) would probably be the best way to launch MacVim so as to *not* block. However, it seems to block. Am I...

```console $ nix shell github:DavHau/mach-nix $ echo $? 0 $ mach-nix bash: mach-nix: command not found $ nix --version nix (Nix) 2.8.1 ``` Did I do something wrong here? MacOS...

I'm getting an error on my initial attempt to import data: ```console $ healthkit-to-sqlite 20201119\ healthkit\ export.zip healthkit.db Importing from HealthKit [###################################-] 98% 00:00:01 Traceback (most recent call last): File...

Parses the datetime columns so they are subsequently properly recognized as datetime. Fixes https://github.com/dogsheep/healthkit-to-sqlite/issues/17

Currently, the datetimes are formatted in a way that is not recognized by datasette-vega for plotting with a `Date/time` type for the axis. For example, if you have datasette running...