-
[thgreasi] We need a go-to docs page for what options pinejs-client methods support ($expand, $select, etc).
-
I'm receiving the message below for a group of devices exactly every 30 seconds when running `open-balena-api` 11.8.3. Upgraded from an older version (0.194.0) so am wondering if could be caused by it…
-
Hi,
I'm trying out the most recent release of the API (v0.143.0), but while provisioning a device (Raspberry Pi 4, BalenaOS 2.80.5+rev1 (development), supervisor v12.8.7) I get the following error …
-
_(originally written up as https://github.com/balena-io/pinejs/issues/693, which was closed in favor of this)_
RFC3986 section [2.2 Reserved Characters](https://datatracker.ietf.org/doc/html/rfc398…
-
Starting with node:17 (e.g. docker base image) the webpack scripts are failing with this error:
```
> @balena/pinejs@14.41.1 webpack-browser
> grunt browser
Running "checkDependencies:this" …
-
Many frameworks provide an example site, showing simple use cases for running it. We should take inspiration from express-graphql ( https://github.com/graphql/express-graphql/tree/master/examples ) an…
-
It would be great if we could do an upsert for a resource using its unique properties as a key.
We are currently limited to POSTing and then PATCHing when erroring with a unique key constrain violati…
-
# Description
The balena-cli when installed via npm currently includes 39 vulnerabilities, including 2 critical, which are non patchable. Some of these include using a sub dependency that was last …
-
Is there a proper mechanism for seeding a new open-balena instance with orgs, users, api-keys, fleets, and fleet-wide config/env variables? For our local machine test environment we'd like to always s…
-
I am trying to add a constraint on a specific property. I have a property "quantity" and I want it's value to be always less than 100. I am blindly trying due to lack of documentation for SBVR. What I…