Andrew Elgert
Andrew Elgert
@pydanny I'd be willing to work on this issue. I have mostly resolved it for my fork [cookiecutter-pipenv](https://github.com/elgertam/cookiecutter-pipenv/), and figure it might be good to contribute back upstream. I have...
@zejjnt I like this PR, but shouldn't the `"DISABLE"` option run `rm -f /boot/ssh`? As is, `rm` will return `1` if the file does not exist, and I'm not sure...
Thank you for the consideration! I noticed similar behavior and haven't had a chance to properly debug. However, I do have a hunch. I noticed that `flex-grow` is used to...
Hi @pdubroy, I wanted to give a quick update. That odd behavior is indeed due to the pane heights being set using flex-grow. However, simply changing it to use height...
Thanks for bringing this up. I find the code structure to be a matter of personal preference. I chose the structure in this template for two reasons: first, it's what...
@piccolbo I've had a change of heart and am re-opening the issue. I have come to the conclusion that code in a `src/` directory is preferable to the alternative. If...
I experienced this exact same issue on iOS Safari with the Japanese keyboard. Turning off predictive text did not help.