Heath Raftery
Heath Raftery
After some exploration, I traced the issue to `shell/key-bindings.bash`, which binds `Ctrl-T` to `fzf-file-widget()`, which runs `__fzf_select__()`. That function ultimately runs this command: ``` find -L . -mindepth 1 \(...
Had same issue - default conda environment for Jupyter is Python3, so charts did not work out of the box. Works fine if I instantiate a Python2 environment and install...
In the meantime I had some success with a workaround: 1. move your project source files into a folder of their own, for example `context`. 2. make a copy of...
@pdcastro's solution looks handy but after too-long battle I'm thwarted by a prompt to login to `@uuid.balena` (like I see sometimes with `balena ssh` if the session has expired). I...
Ah, I knew I would break something with making a fix with only a sliver of experience with the package. Turns out my fix breaks for `animate_multiple_plots`, not because the...
Unified diff, because that might be easier to use as a patch: ``` $ diff -u raspbian-shrink-orig raspbian-shrink.sh --- raspbian-shrink-orig 2019-05-23 05:03:09.000000000 +0000 +++ raspbian-shrink.sh 2019-05-23 05:24:58.000000000 +0000 @@ -55,8...
``` $ apt list e2fsprogs Listing... Done e2fsprogs/bionic-updates,bionic-security,now 1.44.1-1ubuntu1.2 amd64 [installed] ``` which seems to be same despite the differences in OS. Maybe I was lucky and didn't catch the...
Same here, which is odd because `sudo /usr/bin/raspi-config --expand-rootfs` works fine from the command line after boot. Can only suspect that some required service has not come up by the...
Came to report the same mistaken doc, but a slightly different symptom - if you *do* append `.dev`, the non-dev version is quietly substituted. It seems doing so: - passes...
Sorry, relevant commit is [here](https://github.com/hraftery/pycookiecheat/commit/a82d32730b01ebe20393ab5ca7b3267975ed0767)