Tomas Valenta

Results 74 issues of Tomas Valenta

Relevant issues: https://github.com/e2b-dev/e2b/issues/35#issuecomment-1531591780

Related issues: https://github.com/e2b-dev/e2b/issues/37

When you execute a command or code that takes up all the CPU/RAM it can block communication and make the SDK request timeout because there is no response.

bug

When you upload a file via URL on the frontend you have to manually call your backend if you want to react there to this event. We could have a...

feature

This PR adds the CLI command for printing logs for any sandbox you spawned. Tasks: - [x] Add flag for specifying format (json) - [x] Update docs - [x] Add...

feature

When running AI GitHub developer some users experience an error in the JS SDK. > I keep getting an error from the sandbox when trying to run this. I've tried...

bug
javascript
SDK

Allow interacting with sandboxes via a REST API without the need to use our SDK and potentially without the need to manage your infrastructure. [E2B-468](https://linear.app/e2b/issue/E2B-468/sandbox-rest-api)

feature

When SDK tests fail it seems that the sandboxes are not properly closed. There are still some (around 15) sandboxes running after the action ends. They are killed after some...

bug