Ofir Herzas
Ofir Herzas
After installing the crypto package via `yarn add @harmony-js/crypto` (installed v0.1.56), starting the application produces the following error: ``` yarn run v1.22.11 $ vite > node_modules/vite/dist/node/chunks/dep-98dbe93b.js:39126:14: error: [plugin: vite:dep-scan] Failed...
When the server restarts, the client losses the connection and doesn't reconnect. Since a disconnection event is not thrown, there is no way to know that the client disconnected and...
Once a form has been posted, the server does not invalidate it, nor does it provide a method to do so. This might results in a spamming problem since many...
I have a disconnect_all method that goes through all the clients and call their close method. Sometimes, when using this method, I get the following exception: ERROR 18-11-2015 00:00:03 Closing...
Server: Tornado 4.2.1 and sockjs 1.0.2 Client: Javascript, Firefox I'm trying to establish a realtime connection from a local file (file:///) to a remote server. The response headers I get...
### Describe the bug The sort option is very limited (`alpha` or `requiredFirst`) and it would be nice to see more options (like `alpha` and `requiredFirst` or any custom sort...
### Describe the bug When there is a prop that accepts a list of items and a story that passes a long list to that prop, the Control value should...
### Describe the bug to reproduce: 1. create a new project (I used `yarn create vite test-storybook --template react-ts`) 2. cd into it and init storybook (`npx storybook@latest init` -...
Version 3.4.3 Reproduction URL: https://play.tailwindcss.com/5PGfLBp9gF (Move focus with TAB and notice that the background color doesn't change. If you remove either the `group-focus` or the `data` selector it does work)...