-
Currently if we want to throw a specific pine error inside a hook we need to do something like:
```
{ BadRequestError } = require('@resin/pinejs/out/sbvr-api/uri-parser')
```
It would be great if …
-
-
* Can we use the synonym that the user provided, to provide the error in familiar terms?
* Can we show the navigation split into verbs/terms? To make it clear the difference between eg `owns_book` an…
Page- updated
7 years ago
-
It seems that Pinejs v4 broke [this test](https://github.com/resin-io/resin-sdk/blob/94d1e5e8d8ef788d63fbbc4cabc6a3fc9e14874b/tests/integration/models/keys.spec.coffee#L77-L81) since it now rejects th…
-
HQ: https://github.com/resin-io/hq/pull/861
Discussions:
1. https://www.flowdock.com/app/rulemotion/resin-tech/threads/Tp6Up7Zu2U9qAnOLfqsqY3bYqv0
2. https://www.flowdock.com/app/rulemotion/resin…
-
Like extra filtering, ordering, selecting specific fields, eager-loading, etc.
This makes sense to all the methods that _get_ multiple resources, like `application.getAll`.
I'd just allow passing th…
-
Just tried `resin deploy`, and got a deprecation warning, here's the info:
```
$ resin deploy localpush a36fcceecbcf
[Info] Uploaded 100.0%
[Info] Remote: Accepting image for application l…
-
I believe there is a regression in the optimiser of Scala.js v0.6.16. When upgrading to this version and running my test cases, I encountered an OOM on Travis-CI: https://travis-ci.org/sparsetech/pine…
-
Looks like npm dedupe plays against us.
If I go to the SDK repo and run `npm install` all goes fine.
If I install `resin-sdk-preconfigured` as a dependency to some other project it works fine, too…
-
when running the `resin devices` command, the CLI prints out a deprecation warning. We should update the pinejs-client as this error is very ugly and confusing.
```
$ resin devices --app QuickTest
…