steve2507

Results 35 issues of steve2507

**Describe the bug** - Consume https://moment.github.io/luxon/es6/luxon.min.js somewhere - Run `DateTime.fromISO('2019-01-01T05:00:00.000')` - Observe error: ``` TypeError: n is not a function or its return value is not iterable ``` Note that...

issue: bug
issue: infrastructure

I noticed that `getAmbientLight()` always returns 0 for BR30+ (IR capable) lights. I tested this on 2 seperate lights. Regular A19's (Color 1000) seem to work just fine (always returning...

To login to the registry, one must currently use the command line [`xiblepm login`](https://xible.io/docs/commandlinetools/xiblepm#user.login). Since it is now possible to publish flows from the UI (which requires a user to...

enhancement
ui:editor

When installing new nodepacks, the [engines attribute of the package.json](https://docs.npmjs.com/cli/v7/configuring-npm/package-json#engines) should be validated to match the current node version and xible version if they're represented.

enhancement

Follow up on https://github.com/SpectrumBroad/xible/issues/95 . Implement server-side validation on some of the fields; - required - pattern - min - max - minlength - maxlength - options (validate that the...

enhancement

Currently the docker container is build from the source as-is. This means that the configuration file is pointing to the home directory for storing flows, flowState, the vault and nodepacks....

enhancement
docker

Currently, fields tagged as vault by a nodes [structure.json](https://xible.io/docs/guides/nodes/structure#structure.json), are stored in a separate file. However, this file should be encrypted using a key of sorts.

enhancement
security

When running `xiblepm flow publish `, the user should verifiy the NODE.data to be published. Although sensitive data should be vaulted and therefore not be part of this data, there...

enhancement
cli
ui

At the moment, #sub is taking up quite some room on small devices, especially on portrait mode. Also, the left navigation bar can be made even smaller. It already resizes...

enhancement
ui

Whenever someone downloads a flow through [xiblepm flow install](https://xible.io/docs/commandlinetools/xiblepm#flow.install) (or through the editor when implemented), missing nodepack dependencies should be highlighted. As a bonus it would be nice to be...

enhancement
cli
ui