Artur Sharapov

Results 2 issues of Artur Sharapov

[Danet](https://github.com/Savory/Danet) relies on experimental decorators requiring `experimentalDecorators` to be set to `true` since the release of Deno 1.40, as declared in the release [blog](https://deno.com/blog/v1.40#decorators). This PR adds `deno.json` containing the...

A minimal reproduction of a memory leak when passing a signal's value (content) to a component as a prop. https://stackblitz.com/edit/vitejs-vite-gxocdd?file=src%2Fapp.tsx I used `setInterval` for the reproduction, but in more realistic...