Tomas Valenta
Tomas Valenta
We just talked with some folks and they gave us remote control access to their computer and we were testing the extension that way.
Hi @ph-ausseil, I'm reading through the Discord and I plan to talk about the protocol there too. We are trying to balance being general and simple enough with the needs...
Out beta SDK (https://github.com/e2b-dev/E2B/pull/389) should resolve problems with Bun and Deno compatibility.
This might be caused by the default config of Nginx proxies that limits the proxies to 1 worker.
The number of workers cannot be configured while using `load-balancer` config — we need to change the Nomad job configuration to be able to fix this.
This should be fixed in https://github.com/e2b-dev/infra/pull/166 but we need to test it.
Moved to the internal roadmap.
We may want to rethink the proper way to handle start command — even when we move the management to envd there are questions about storing start command logs and...
> Jupyter + info about starting the sandbox are exported What is the format of results/stdout/stderr from the jupyter in the logs?
I think this is caused by the UFFD handler that sometimes panics with: ``` uffd_msg not ready stack backtrace: 0: rust_begin_unwind at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/panicking.rs:595:5 1: core::panicking::panic_fmt at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/core/src/panicking.rs:67:14 2: core::panicking::panic_display at...