Adam Babik
Adam Babik
We should not proceed with this, until we have a much better understanding what problem we want to solve and what alternatives we have. We don't have any agreement, in...
Ah I see, so it's only about the on prem customers. Then this should be discussed during the Manager planning. @karol-kokoszka @Michal-Leszczynski let's add it to the agenda for the...
I think that cells with scriptisto should work already. They are executed as files. However, it might be a good inspiration for making cell execution a better experience in general....
> Can you explain the UX for the forthcoming "container" support? Does each code block end up starting a new container? How is the lifecycle of the container managed? Does...
This error indicates that the problem is likely related to the code used to collect environment variables in the session. It's not well-tested across various shells. Does it happen only...
Thanks for checking! I think bash, zsh and fish in fairly new versions should work well. We can run tests in a Docker container so we should be able to...
Thanks for reporting! * `TestRunnerServiceServerExecute_WithInput/SimulateCtrlC` -- it's flaky. One possible solution is to use a loop to send signals and validate responses. Sometimes input characters are sent too fast. *...