Nicholas Clark

Results 9 issues of Nicholas Clark

It seems that the HOSTNAME env variable that is set when `docker run -h myhost.dev` is run would be a good alternative to VIRTUAL_HOST. Right now I have to set...

**Is your feature request related to a problem? Please describe.** I was looking to use Lively as a way to display a third party map on my desktop. Unfortunately the...

enhancement

I'm using a LCD1602 module (non-shield). Two things of note: 1. There's no clear pin listing, just a statement that it just works. For guys like me, knowing what the...

Enjoying Iridium so far. One big issue. The `Instance` typings include a `[name: string]: any;` which results in really surprising issues in tooling. For example, I can type any method/property...

Currently, onClose can get called before the listener is able to produce a value. Also, any error raised in onClose is swallowed if the onClose function is a promise. This...

Currently, if your onClose handler is a promise and an error is thrown, the error is absorbed. It would be nice if onError was called with the error

This fixes the issues mentioned in https://github.com/moleculerjs/moleculer-apollo-server/issues/75 TLDR: Added hooks for context and action call options. Also made the tracing saner. Not sure how to test the new tracing for...

In order to properly do auth for subscriptions (the directive approach oddly doesn't work for subs), and configure the context in general, I need to be able to override it....

### Describe the bug When trying to include the Dev Tools in a TanStack Solid Start project, the button doesn't show up and we just get the text `[object Promise]`...