Anthony Uphof

Results 25 comments of Anthony Uphof

Is there a prior configuration that I could use that makes it work as in Brandon Gilles demonstration https://www.youtube.com/watch?v=08pEendBo1Q (Jan 29, 2021) I have tried 🙏 without success using the...

Thanks @Erol444 that works great, gives a good starting point to explore

I am looking on how to use Playwright on GCF. Have you any update on the GCF testing for this NodeJs module? I am particularly looking for a Python version...

**"provide an option to call another linting tool (configurable per renderer)"** would be my request (pretty pleases) 🙏🙏🙏🙏🙏 I am doing some work with the `py` renderer and constantly having...

This is great, thanks @matteocarnelos , saves many rebuilds, however in using , can I suggest for being explicit and clear , renaming `HOSTFWD` in `-e HOSTFWD=tcp::5022-:22` to be `PI_HOSTFWD`...

thanks @matteocarnelos , could you add that multiple port explanation to the readme, it super useful

I am trying to use this for SSH Certificate Authority authentication using Hashicorp VAULT SSH CA. I have the appropriate VAULT SSH CA key on the OpenSSH configured as in...

Thank you @DominicOram `initial_message` works well. With regard to 2&3 I have spent a few hours trying to see how find the current active `StreamHandlers` from the `process` method in...

Selfishly only considering the `adapters.stream`, Could `device` have a legitimate reference to `StreamServer` and `device` have method `stream_event_message` . Then `StreamServer` in the `process` method forwards `stream_event_message` if it exists...

I have explored this in https://github.com/auphofBSF/lewis/tree/wip_297_unsolicited_messages In principle it works but generates deque errors and eventually crashes the connection. The across thread comms needs addressing