CameronDiver
CameronDiver
`dbus-native` depends on [email protected], which seems completely abandoned, https://github.com/substack/node-put/pull/6 has been sitting there for a while without any activity. Is there a possibility that dbus-native will move to a different...
Given a directory with more than one docker-compose file, users would like the ability to be able to select one or another of them. Probably the best way to do...
The following command: ``` balena push --env "POSTGRESQL_DSN=postgres://loraserver_ns:59XTH2995@postgresql/loraserver_ns?sslmode=disable" d19baeb.local ``` will forward the environment variable to the supervisor as: ``` { 'POSTGRESQL_DSN=postgres://loraserver_ns:59XTH2995@postgresql/loraserver_ns?sslmode': 'disable' } ``` (where the key is the...
As anything could have changed, this should cause a full rebuild to occur, without having to ctrl+c and restart the process. --- *Please keep in mind that we try to...
Change-type: patch Signed-off-by: Cameron Diver
The heartbeat on the dashboard is calculated as a function of the poll interval, and when a user is using a dev device, we want that to accurately represent the...
We want to reduce the amount that devices use the pine interface, and instead provide wrapper endpoints. This endpoint should accept a map of initial config vars, and also set...
Whenever we set a release state to success, we also ensure every device has a service install for the services in the release. This can take an extremely long time,...
[Front conversations](https://app.frontapp.com/open/top_b4ab)
Currently the support for these is shaky, and can cause some unintended behaviour, such as container restarts. We need to find a way to make sure that a stray space...