Kasper

Results 261 comments of Kasper

Unfortunately it doesn't fix it because the `cmd+shift+(3|4|5)` shortcuts never reach the browser in the first place - not even keyup or window blur. That's why the inspector gets stuck...

No update afaik. Not really sure what you mean, maybe you misunderstood this issue. Is your error being thrown or returned?

I'm seeing this bug with SvelteKit, so it's not specific to Nuxt

@zcbenz It would also be nice to fire an event when the user switches to a different workspace. Maybe add that to your issue description? In my scenario, I'd like...

Would be really great to have this

I'm following date-fns for the formatting, so MMM is good yeah. It does neen i18n support added, and autopunctuation/autocompletion should be looked into

Thanks! I fixed some bugs and made changes to how the parsing works

Feel free to make a PR for this

What @amrbashir said in https://github.com/tauri-apps/tauri/pull/2883 might help: > A bit of an update, in svelte official template, I found out that they are using `ignore` instead of `inherit` https://github.com/sveltejs/template/blob/4fd09c2a191b017ca9eb9cb9921fa873e95f44b4/rollup.config.js#L21 >...