Itay

Results 3 issues of Itay

After solving the exercise (with `Box`) **everything works fine** but the error messages defined here: https://github.com/rust-lang/rustlings/blob/d2179d3e8442ca3ecd24738e2fa41b31023120e5/exercises/error_handling/errors5.rs#L43-L53 are not showing in the console when assigning 0/a negative (inside a string) in...

**Current behavior:** `import createCache from '@emotion/cache';` produces an error: ![image](https://user-images.githubusercontent.com/37377389/218997910-4e7c973c-4dd5-41f7-98f3-9c77c285d709.png) **To reproduce:** 1) Create a new vite & react project: `pnpm create vite my-react-app --template react-ts` 2) Then: `pnpm install...

bug
needs triage

Hi there @redbaron76, I have no intention to be rude :) Your example of connecting to `socket.io` in `Next.js` is the best one online!! It has no `async` function or...