bgw
bgw
Okay! I think I'm feeling happy with the general api design and split of things now and was thinking of moving on to docs. I was thinking of creating a...
left to do: - update examples to use `wisp_mist.handler` - write example using websocket done?
Thanks for the feedback+review, been busy with work so not been able to progress it, off next week though so will try push this along to finish line and address...
the mist module split only has now been created as another pr ahead of the work here if we want to tackle that bit first :)
just as a note, rebase off main now so diff should be easier
Ok, I think I've updated everything! docs, examples, tests hopefully all covered :) Assuming there was no further changes required, the only issue left I think would be how we...
Yeah, this is exactly the big problem and sticking point I can't find away around in this ( or any I can think of :( ) design without leaking mist...
Just wanted to add a note that I figured out how to have `raw` mode style handling by implemented my own `ssh_cli` on the daemon (nothing fancy required for this...
Hey! No worries at all :) Here's the code, it's all in gleam so apologies if it's trickier to read! https://github.com/bgwdotdev/beach/blob/main/src/beach/internal/ssh_cli.gleam I did indeed go with implementing the ssh_cli custom...
one issue I'm having with the ssh_server_channel behaviour that I can't seem to find docs for is what's happening to any exit/1 messages inside things like terminate/2, they don't seem...