Glen R. Goodwin

Results 13 comments of Glen R. Goodwin

How about all with a visual indicator as to which are top level targets?

What did you box up that had that as a dependency?

The best thing is to leave a comment on it. A simple "+1" works, but a little more text describing the usefulness of the idea is better. Thanks.

We always welcome pull requests.

For fun I did add a way to pass config options into the server connection, but when I enable SSL in the capabilityFlags I get invalid commands, presumably because they...

@ddamato Thank you for extensive comment, and sorry its been so long before I respond... While I do understand what you are suggesting, I do not think it is any...

Unfortunately there is not currently a way to do what you are looking for, nor do I think we could easily add a way into AL. The problem lies in...

Actually was just looking at the code and you might be able to do this... ``` Log.log({ gcpToken, level: "error", text: "my log message", args: [ ... any arg objects...

Well you are essentially just moving the wrapper logic I suggest to the request context, but thats fine. I’d still avoid doing any work in the middleware and instead just...