webcontainer-core icon indicating copy to clipboard operation
webcontainer-core copied to clipboard

Dev environments. In your web app.

Results 100 webcontainer-core issues
Sort by recently updated
recently updated
newest added

### **Description of Bug** The WebSocket client doesn't seem to be receiving the payload correctly when using `.binaryType = "arraybuffer"`. https://stackblitz.com/edit/stackblitz-starters-uuauht?file=public%2Findex.html ### **Steps to Reproduce** 1. Start the http/ws server...

tracked

Now that webcontainers supports commands such as ls and cat, I want to add commands now. How to implement them?

needs more info

I'm trying to use [vite.new](https://vite.new) to reproduce bugs that I hit locally using modern versions of Yarn, so I can share them with the Vite team. It appears that StackBlitz...

tracked

### Describe the bug Our core library is quite large and uses a lot of dynamic imports, but up until recently has worked well in Stackblitz, even if the build...

tracked

### Describe the bug When creating a YAML Schema usually we start with something like that in a _schema.json file: ```json { "$schema": "http://json-schema.org/draft-06/schema#" } ``` But when writing on...

needs more info

### **Description of Bug** Provide a concise description of your bug and your project link (if applicable). util module should be considered as a node internal package ```shell Error: nodeUtil...

needs more info

### Describe the bug crash app permanentely ### Link to the blitz that caused the error https://stackblitz.com/~/github.com/AlenaRudenko/chat-app ### Steps to reproduce go to stackblitz, and it`s crash after cleanoing browser...

needs more info

### Describe the bug The selection dot in the radio input of the Visibility selector (presumably others using the same style) is slightly misaligned towards the top and left. ![image](https://github.com/stackblitz/webcontainer-core/assets/643344/dccdfa37-8ec3-4ebf-bf12-f13b17db320f)...

ui

### Describe the bug a small bug creates this flood of "runtime error. Build with -s ASSERTIONS=1" that never stops and crashes the browser. ### Link to the blitz that...

needs more info

### Describe the bug I installed jest in a new nodejs webcontainer and wrote a basic test that fails. I ran it using `yarn jest` and jest didn't exit with...

tracked