Anton Shvetsov

Results 4 issues of Anton Shvetsov

Hello! We are moving part of our data from Postgres to Clickhouse database and for backward capability with our code we use Clickhouse FDW. But on simple queries (like `COPY...

### Context #### Add Allure Decorators Support for Tests This pull request introduces the ability to use Allure decorators for test cases in pytest-bdd. These decorators are essential for auto-documentation...

After yesterday's commit https://github.com/e2b-dev/code-interpreter/commit/d6f669540ac2e4f93b5f8d2dc4e6da04b61434ee, custom templates that update to Node.js 24 fail to start properly. ## Problem When building and pushing a custom template with Node.js 24, the sandbox fails...

bug

Your Docker images have no versioning whatsoever - everything gets tagged as `latest`. This is causing real problems: - I rebuild my template and suddenly my app stops working -...