maggie44

Results 211 comments of maggie44

> I'm not too familiar with the Python SDK, but from an API perspective, it's expected to get a 404 when you try to create a container that uses an...

> > I'm not too familiar with the Python SDK, but from an API perspective, it's expected to get a 404 when you try to create a container that uses...

Oddly `_raise_for_status` is a function used to raise the error which doesn’t receive and share the function that called `_raise_for_status`. Not sure where to start looking.

For future reference, I came across someone on Github working on a potential Yocto BSP: https://github.com/katyo/meta-sunxi64 Likely still a lot of challenges in offering balena support but useful for reference.

> No ETA yet. I've just added a task to my next sprint to review the proposal. Was there a review in the sprint or update?

You could also try a different trigger in the UDEV script: `udevadm trigger --action add --subsystem-match=block --type=devices --property=DEVTYPE=partition > /dev/null 2>&1` You would need to filter the mounts though by...

@de-vri-es, the issue does exist but you're right, it's not publicly visible. For now you could follow https://github.com/balena-os/balena-supervisor/pull/1993, although it's an early brainstorm and no timeline yet on implementation. We...

Probably because those Portugese translations were merged in after the v0.0.17 build was published so I suspect they are not in the container, and it is instead defaulting back to...

You can raise a PR to remove the three lines here that will remove the rule: https://github.com/balena-labs-research/starter-interface/blob/5cc4965c6caecdad07875942ab209c8092ab6910/ui/src/components/WifiConnect.vue#L92

Also running in to this one, is it possible to get this merged? Here is the info from Golang on this being the proper way to handle the aborts: https://github.com/golang/go/issues/28239...