Christopher Hiller
                                            Christopher Hiller
                                        
                                    Hi, I was having some trouble using the `nodejs` plugin and relative paths with esm and `rewiremock.module()`. I'm unable to provide a minimal case to reproduce the problem I'm having,...
We're going to need an appropriate copyright notice for the Foundation in the `README.md`, and an updated `LICENSE` file (at minimum). We will want to hold off on this until...
``` plain START: 30 12 2015 15:43:47.931:INFO [karma]: Karma v0.13.16 server started at http://localhost:9876/ 30 12 2015 15:43:47.951:INFO [launcher]: Starting browser PhantomJS 30 12 2015 15:43:51.123:INFO [PhantomJS 1.9.8 (Mac OS...
By chance I wound up subscribed to this repo, so I finally clicked on the GitHub mails to see what it was. Seems like an idea that should replace just...
I mentioned this in Slack recently, but quick backstory: I was working on a talk showing how you can use Watson's NLU and Box in Node-RED to automatically tag documents...
Add MQTT v5.0 support to this client. I'll enumerate what those changes are when I figure out what they are. I plan to begin this work in earnest after I've...
Related to #88 and maybe other issues. @icraggs Mentions the client should also support TCP sockets in addition to WebSockets. This is "less important" than #139.
I spoke with @icraggs today about this project, and I'd like to help move it forward. We need to get MQTT v5 support going, but before that, I'd prefer to...
In many places throughout the client, we're throwing exceptions where exceptions don't need to be thrown. It's more user-friendly to simply choose a default, coerce a type, warn, or just...
Using `for` loops (with the exception of `for..of`) in JS nowadays is discouraged. Generally, anything that can be expressed as a `for` loop can be better expressed declaratively using `Array.prototype`...