Jonathan Leibiusky
Jonathan Leibiusky
On playground creation and update, and probably the task scheduler should listen to them and refresh the list of playground configuration it manages.
The goal is to provide a 100% terminal experience to PWD by creating a `pwd` binary that will provide the following: `pwd login` to somehow login using open I'd `pwd...
And if we know in the future who they are (because they are identified somehow) then we could show it nicer and maybe even say who is typing (when someone...
This is useful when new clients connect to a session, they will get this buffer and can see the current state of the terminal.
I think the way we implemented services is a bit racy. If 2 clients are deleting the same instance at the same time, etc, it could crash or lead to...