-
[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…
-
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…
-
## Expected Behavior
> npm install balena-sdk
> use balena getSdk()
## Actual Behavior
On compilation, webpack cannot package the balena sdk. See following error:
```
./node_modules/bale…
-
In some cases we would prefer to have the filters be applied to the DB instead of in-memory, especially when the raw dataset is huge.
We might need to disable some of the operators for this "mode".