Thodoris Greasidis

Results 268 comments of Thodoris Greasidis

Hi, any further details on your setup that you could share? Package version, API version and the methods that this happens?

@englayth try passing in a noop fn as the first argument and then the options object normally. The results will be a promise in all cases, but we should definitely...

I was waiting for someone to suggest something like that :) I would be more than happy to review such a PR.

> finalize: boolean could default to false. @20k-ultra I think we can default it to undefined and have it as an advanced user opt-in, in case they want control everything....

Hi, This sounds useful. You should be able to workaround this by adding an extra step to your workflow which creates a .balena/balena.yml file inside the project's directory and defining...

Hi @MCFurry , Thanks for raising this. Can you provide the exact curl that you used? I'm afraid that the $filter part was incorrectly escaped. For example the following curl...

Could you please amend your commit (not the PR description) and add a `Change-type: patch` at the end of it so that our CI system is able to version &...

Fixed by See: https://github.com/balena-io/pinejs/pull/604 See: https://github.com/balena-io-modules/sbvr-types/pull/63

Do the fields in the `id` field also have to be in the `body` of the POST @Page-? Maybe an example curl or pinejs-client one would be even better and...

Hi there. It might be the ng-repeat that's re-rendering that causes the issue. Are you using the `track by` statement in your ng-repeat and are you taking a unique property?