Philip Kristen

Results 4 issues of Philip Kristen

So if I do a request to a route over postman with keep alive set it responds at first Ok and works as expected but after that the webserver responds...

**Is your feature request related to a problem? Please describe.** In my design I need to add custom elements that need to be dynamic in the svg. **Describe the solution...

When i do this: `import WebSocket from 'ws'` the types are correctly shown in the editor ![image](https://github.com/user-attachments/assets/ad741e3b-0094-435e-bd6b-fdec4c89706a) but when i do this: `import WebSocket from "isomorphic-ws"` ![image](https://github.com/user-attachments/assets/b4fd964f-47fc-499b-bf36-d69992f509fe) i have no...

**Is your feature request related to a problem? Please describe.** Here in the formData i need to type it as string but in reality it should be a json and...