Paul Jimenez
Paul Jimenez
I had a similar issue where it wouldn't start at startup because the network stack wasn't fully initialized; I wrote a little `start-pidora` script that was: ``` #!/bin/bash export PATH=${PATH}:/usr/local/bin...
Raspbian still uses bash, sure, but the build deps for pianobar have changed massively.
My trials and travails are documented at https://github.com/PromyLOPh/pianobar/issues/448 . IIRC, the tl;dr is that you now have to build a stripped down ffmpeg from scratch too.
FWIW, I'm a fan of [everett](https://github.com/willkg/everett) ; it may be overkill.
https://github.com/benfred/py-spy does essentially this; you might see what method it uses.
I think the issue is https://github.com/jrnl-org/jrnl/blob/develop/jrnl/Journal.py#L313 ; why is that being done?
I'd hate to see this die, and am willing to help out a bit, though I haven't written Javascript in a couple years. FWIW, I've been happily using it on...
IMHO, ideally there'd be a way for the instance to detect it's idle and shut itself off. Is there something that can be installed/run on the window image to make...
As part of testing updates, maybe set up something like https://greenkeeper.io/ ; the nodejs ecosystem moves pretty quickly still.
I can kind of understand why nimlsp needs access to the nim sources, but why not just have it carry a copy of the correct source for every major release...