0div

Results 5 issues of 0div

# Description - For now, any diff in `packages/` makes the workflow run each package's `./scripts/generate_api_ref.sh` - Each of these scripts now also copies and creates the proper file structure,...

### Description - users can now pass a `onFileCreation` listener via the `Sandbox.create` and ` Sandbox.connect` methods. - Handling of recursive nature of events and tests reflect [changes in envd](https://github.com/e2b-dev/infra/pull/179)...

feature
sdk

# Description Create separate `multipart.Part` method to get file name with full path with directories. # Tests See the tests in https://github.com/e2b-dev/E2B/pull/451

improvement

# Description [E2B-944](https://linear.app/e2b/issue/E2B-944/capture-firecracker-process-resources-usage-during-sandbox-run) - Get PID of `unshare` command after start - Create `Sandbox.Stats()` method to return CPU% and MemInfo of the above PPID's children leveraging [gopsutil](https://github.com/shirou/gopsutil/) - Create a...

### Description - `WatchDir` now performs a recursive directory traversal and watches recursively - Some attention was given to specify which linux folders not to watch in the root folder...

improvement