Alex Liu
Alex Liu
Hello @kevinpeno, sorry for the radio silence! Core team has been swamped on other things this past month. For something like this that is primarily ergonomics, we can aim to...
I think part of the confusion here is that the router returns a `ResourceNotFoundError`, which the server maps into a `NotFound` event (vs emitting a `ResourceNotFound`). This may be worth...
Hi all - this was a deliberate change, one unfortunately poorly documented. We definitely could have done a better job on this front :( The intention was to get away...
Thanks for the report! Please feel free to file a PR if you have a fix ready. 👍
Hi - I actually didn't know about restify-router, it's not something the core team owns. Would you mind checking with the author over in the [restify-router repo](https://github.com/ukayani/restify-router)?
The constructors for the errors used by restify-clients and restify come from [restify-errors](https://github.com/restify/errors). It looks like your IDE is picking up the method in which we dynamically construct the error:...
This seems to work fine now.
IIRC - JSONStream still uses `JSON.stringify` under the hood for key/val pairs, so you could conceivably still run into the V8 limit. If you are fairly confident about your object...
Thank you! Appreciate all the work you've put into this plugin. :pray:
I think the basics would be a good place to start with experimentation - like checking power state (maybe that's covered by `active`?) or being able to query or check...