maggie44

Results 211 comments of maggie44

+1 here too. Pre-releases would benefit from having all the commits listed in their changelog since the last semver release. To highlight an issue with the current behaviour, when I...

Yes, great idea, thanks for adding the issue. Is there a way to fix to a specific version when adding a Balena Cloud image to a Dockerfile (`FROM bh.cr/maggie0002/balena-device-ui:0.0.1`)? I...

I added the action, but at the moment it isn't working with the `on tag` workflow on this repo. Added an issue for it here: https://github.com/balena-io/deploy-to-balena-action/issues/153 In the meantime I...

On second thoughts, it may be better to use a SQLite database. It’s excessive for storing one hash but it may prove useful to have in the future and as...

> I think we could do simple jsdoc on the API routes and generate a swagger file out of that? It seems like a bit of an investment but could...

> * WAN disconnected: you can still reach your local network but unable to resolve anything outside. This would effect the calls to the SDK I think this is what...

For reference, here is something I used a while back for another project that seemed to work pretty well. May want to rethink it now, but food for thought: ```...

> device has internet access if it has "recently connected to the API successfully", offline if it hasn't. Doesn’t the supervisor have configurable values that change the poll rate to...

To share some experiences from the last few days, yarn 2 (now yarn 3) is a very different kettle of fish. Has been very difficult to integrate in to a...

> Note that since we externalized many of the dependencies for which we controlled and pinned versions (vue, vuex, vue-router) in order to support Vite with the new CLI, it...