-
When running JS code in the Sandbox, the top level promise is never awaited:
```js
import { Sandbox } from '@e2b/code-interpreter'
const sandbox = await Sandbox.create({apiKey: ''})
const …
-
### In issue #43, I added fields to the database to monitor generation progress, specifically total and progress, in the addCertificate class. These fields are utilized in both certificate_details.htm…
-
Add support for the optional chaining operator `?.` that is available in:
- JavaScript: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
- TypeScritp 3…
hason updated
2 weeks ago
-
Would it be possible to generate an html file, perhaps via an option, including somehow all json file information, CSS and Javascript, so that the html file itself can be opened and viewed without the…
-
### Question
In the current observability documentation at https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/observability.html within the `deserialization` event the follow…
-
I am using a package called `plyr-react` for video player support in an application. `plyr-react` exports a `plyr.css` file, which is not being included in my final bundle even after being referenced…
-
When we test the policy using below link, it is giving blob related error.
https://b2cprod.b2clogin.com/b2cprod.onmicrosoft.com/oauth2/v2.0/authorize?p=B2C_1A_Captcha_signin&client_id=51d907f8-db14-4…
-
## Bug Report
**Current Behavior**
I simply created a create-react-app (using React17) and installed react-snap and react-router-dom. Then I created some simple routes and pages (About, Contact, H…
-
### Describe the bug
Under certain conditions the website widget get stuck in an infinite loop making the browser tab unresponsive.
### To Reproduce
1. create a website widget
2. go into business …
-
We want to display the number of visitors who have accessed the website on the homepage. The visitor count should update in real-time each time a new visitor accesses the site.
Task:
Implement a v…