Loren West

Results 8 issues of Loren West

Let's use this thread to host issues related to upgrading submodule support. We should start by listing the functionality we'd like to see. I'll start: * Dual purpose - Submodules...

pr-welcome
collab-request
feature-request
needs-peer-review

Proposal to add 1-arg behavior to `config.setModuleDefaults(moduleName, defaults)`. If the 2nd argument isn't specified, it loads defaults from the /config directory within the module specified by `moduleName`. This serves many...

pr-welcome

When multiple instances of node-config are loaded, only one instance will get module defaults inserted on `setModuleDefaults()`. Other configurations will be duplicated, so it's only an issue for submodule defaults....

Issue moved from the node-monitor repo. Still outstanding.

Great package! I was looking over your readme and noticed an outdated reference. lorenwest/node-config 1.0.0 has stripped the un-necessary complexity. No more file watching or runtime config changes / file...

Is there a way I can control the on-board LEDs using cylon-beaglebone?

In my interactions with a robot, I am able to issue it commands directly. I am also able to command it's "ears and eyes" via it's devices, and I can...

The nodejs [process domain](http://nodejs.org/api/domain.html) may be switched upon callback from `execute()` and `executeAsPrepared()` due to connection pooling. This requires callers to manually bind the callback to the domain before calling...