Lajos Marton
Lajos Marton
This is a very serious issue! It is not jus TS, but for JS also. My Vite + Vue + Js project is completly undebuggable.
On windows Vite v3 is f....king slow. I must to switch back to 2.x. Please do anything to reach the speed of 2.x!
Karma is unable to run Chrome with HTTPS. It is a big problem as I want to test browser APIs working only with HTTPS.
+1 to update dependencies
Badly missing functionality. I have to duplicate lots of views only because of this :( Anyway, big plus to the contributors for their good work on this promising package!
Collapsible groups are not working with vue-good-table-next. Please fix it!
I'm sorry severity is not annoyance, but this is a critical issue, as this one bug blocks us to upgrade to sveltekit 2.0
@dummdidumm I don't use goto because of I don't want to navigate in real. I just want to change the url, and fetch some fresh data. Actually this is a...
@CaptainCodeman I changed this line: window.history.pushState(null, '', `${path}?${params.toString()}`); to pushState(`${path}?${params.toString()}`, $page.state); nothing changed, nothing fixed. Am I right with this pushState usage? The documentation has no example of how should...