metkm
metkm
Can we have this on windows too? Electron actually exposes an API `titleBarOverlay` that can be set to true with `titleBarStyle` to keep system native window controls and hide the...
Yep, Even though I use `NuxtErrorBoundary` the full error page shows up.
Any Ideas when this will be available?
I see some issues linked here but hey seem to look like they are solved but I this this issue still occurs. Or it might be because I have this...
@MichaelThomas0721 https://nuxt.com/docs/getting-started/installation use instructions here instead. ``` npx nuxi init ```
I had to serve some images and adding these lines was enough for me: ``` "app": { ..., "security": { "csp": "http://asset.localhost", "assetProtocol": { "enable": true, "scope": ["$DESKTOP/series/**"] } }...
No news about this?
Does this work at all? It shows hundreds of unused components for me but I'm pretty sure they are used. Maybe It only shows as used if I'm on the...
- useFetch shouldn't be used inside functions. Put it in top level. - It makes a request but because It's server-side rendered. It's normal that you don't see the request...
I tried both wry and tauri but the problem is I get the same resizing performance. But your Tauri app looks worse than mine, like crashing and freezing. I don't...