Bence Szalai

Results 77 comments of Bence Szalai

Same was raised with Vite. It turned out to be an issue with this plugin, but a workaround was put in place. However that may carry other issues too imho,...

I've made a clone of the quasar repo and changed the dependencies of `app-vite` to Vite 3 in https://github.com/quasarframework/quasar/blob/dev/app-vite/package.json#L56 and https://github.com/quasarframework/quasar/blob/dev/app-vite/package.json#L82: ```json { ... "dependencies": { ... "@vitejs/plugin-vue": "^3.1.0", ......

As far as I can see we have two issues being discussed in this thread: 1. This: [User-entered data in a TV with a Listbox (Multi-Select) type is not displayed...

Yup, we are only talking about `.js`. Most other file types, like `.ts` have a correct sourceMap already. The explanation for the Docker vs. Local difference can be that VSCode...

@Enzojz: I'm not using VSCode myself, but I had similar case with PHPStorm. Afaics it happen when I set and unset breakpoints in both the browser (Chrome) and the IDE...

@Enzojz : Have you been using this kind of debugging in the same setup (same IDE, same project, same browser etc.) prior to v4.0.0-alpha.6 without issues?

@patak-dev Could you please reopen this issue, now that the related PR has been rolled back due to unexpected side effect in SvelteKit? (#11144) I'll make a new PR with...

So additional findings: - The propsed fix vitejs/vite#9476 broke tests in SvelteKit as can be seen here: https://github.com/sveltejs/kit/pull/7543 - The propsed fix vitejs/vite#9476 has been unmerged - This issue is...

Steps 3-6.) [here](https://github.com/vitejs/vite/issues/7767#issuecomment-1335588481) would still be needed to potentially fix this. Alternatively you can check if the fix in vitejs/vite#9476 could be either monkey patched or merged on a fork...

FYI: I'm facing the same issue on macOS when writing to the console using simple `console.log`. What I hit was that I need to add two spaces after 🆚 and...