Thomas

Results 5 issues of Thomas

Hello, While running `deno task dev`, after doing a few changes in the code I noticed that the page has a long loading (loading icon in Chromium tab header) until...

Hey, I believe that this option does nothing. ``` it("optional equal - fastDeepEquals",function() { const optionalEqual = nanomemoize(function(a,b) { return [a,b]; }, { equals:()=> { throw new Error("never called") }}),...

### Area of Improvement I would like to see more in-depth API documentation for how to use TRPCClientError. There is only documentation about TRPCError which is an error that I...

📚 documentation / examples
✅ accepted-PRs-welcome

Repo: https://github.com/darkship/fresh-redirect-partial-bug Steps 1. Start the app with `deno task start` 2. Click on `[go to forbidden](http://localhost:8000/forbidden)` 3. `haha` is shown Expected: `haha Island txt` should be shown where `Island...

Hello, When I navigate between 2 pages using partials, if there is an unmount hook in an island it will break the app until you reload. Unmount hook (see Counter.tsx)...