Stewart Adam

Results 50 comments of Stewart Adam

I've looked into this and my first impression is that right now, it is not easily possible. Services need to be registered with the ServiceFactory, which is not exposed in...

> you can't use -e reliability because of this issue is a real pain and requires additional code and workarounds to cope with. Exactly this, jq is often used to...

fwbackups requires Python 2.x, unfortunately I have not had the time to update it for Python 3 (nor GTK 3). I'm not sure that it is compatible with modern releases...

Try one of [these](https://stackoverflow.com/questions/46102543/autotools-use-python-2-7-when-python-3-is-available) recommendations to see if you can coax autoconf to use python2 by default. If not, using a python2 container and then copying the files out is...

Thanks for the suggestion - note that fwbackups is in maintenance mode so I will not be adding this for the time being, but would accept a PR if someone...

fwiw, as a (small) contributor, I'll make it easy for you: your app is awesome and made my life better, so you can do with my contributions as you please...

I just tried again and can confirm the behavior with: Version: 1.63.2 Commit: 899d46d82c4c95423fb7e10e68eba52050e30ba3 Date: 2021-12-15T09:37:28.172Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Darwin x64 21.2.0 I'm using...

My main use case has been for a personal project, so it is 'in production' but for one person... Not nearly enough load to have me pull weight in this...

Not specifically for `SERVER_NAME` or the other settings that are configured to read from environment variables, but customizing one of the flags that aren't read from environment (e.g. `POSTGRES_DB`) or...

That's fair -- to dynamically load any config key from the environment we'll need to pick some prefix, tomorrow I can work on changes to swap out the file-based configs...