Erik C. Forés
Erik C. Forés
Same configuration, globe spins faster in chrome/firefox than safari
The vue and svelte version examples do not have any sort of cleanup when components unmount. There needs to be a call to `.destroy()` to avoid memory leak.
First of all thanks for developing this amazing package! I wanted to ask if it is possible to use http 2 with this package as I see the server is...
I have noticed that even when `DisableKeepalive` is set to true, there's sometimes connections that are kept open. I have indeed checked all my responses do return `Connection: close`. Regardless,...
I don't see any docs on any API that could, for example, create/delete dashboards on demand.
**System (please complete the following information):** - OS: `macOS` - GO Version: `1.20` - Pkg Version: `1.4.6` **Describe the bug** Nested resources are evaluated differently. This is super confusing and...
I don't know what you did by reverting that commit, but the version `v0.5.2` breaks auth with the following issue: ``` marshal: crypto/aes: invalid key size 0 ``` Tested using...
Added high res screenshots for curious people
# Bug report ## Description / Observed Behavior The fetcher promise isn't re-executed when the error boundary resets and the component is run again. Happens when Suspense is enabled. ##...