Ross Stenersen

Results 10 issues of Ross Stenersen

### What version of pkg are you using? 5.7.0 ### What version of Node.js are you using? 16.14.2 ### What operating system are you using? MacOS ### What CPU architecture...

For device settings, along with `excludeCapability`, there is also a `excludeOrCapability` which we should support. See `device-settings.js`.

bug
reviewed

There is a dependency on a version of Lombok that does not support Java 11. Ideally, remove the dependency altogether. Failing that, ensure we are using a version that supports...

Updated help text for the `acceptLimit` field in schema invitation creation to match new limit and new information.

Currently there is no support in the CLI for any of the coordinate endpoints. The "subscription" endpoints are meant to be called in the context of an installed app and...

enhancement
reviewed

In the CLI, we have already converted code to prefer `type` over `interface`. Let's do the same in this project. In the end we want this in our `eslint.js` file:...

reviewed

Added support for requesting Schema Apps by organization.

Moved all the supporting types and variables for `createChooseFn` into the same file as `createChooseFn`. Not sure why I didn't do this when I created `createChooseFn`. Also updated affected unit...

* converted `schema:authorize` command to yargs * updated associated unit tests

* converted `locations:rooms:create` command to yargs * updated associated unit tests