David Nahodyl

Results 8 issues of David Nahodyl

### Describe the bug I originally reported this to JetBrains, and they seem to think it's an issue caused by sourcemaps not being generated by Vite. The same project moved...

pending triage

Currently, the Modal component uses a `` element as the root with the Teleport feature. A modal like this does not properly trap tabs, allowing the user to tab to...

This PR changes the to use a native dialog @cancel event instead of manually adding and removing document-level event listeners when the dialog is shown and dismissed. This also removes...

Use `process.env.LAUNCH_EDITOR` by default for the `launchEditor` option if set, and only default to `'code'` if nothing is set in the env. Resolves https://github.com/webfansplz/vite-plugin-vue-inspector/issues/92

launch-editor looks for the env variable `LAUNCH_EDITOR` by default. This is getting overwritten in `/packages/core/src/index.ts:174` This package takes a `launchEditor` option, which is then used to set this variable. Unfortunately...

It appears that this package is only compatible with MathLive up to version 0.68.1. Any version later than that and there appear to be errors initializing the mathfield.

### 📚 What are you trying to do? I was loading this through nuxt-fontaine, and then through nuxt-fonts and it seems like CLS is actually worse using this package. We're...

Currently, the `launchEditor` only allows a specific set of strings for known IDEs. However, the `LAUNCH_EDITOR` env [can actually be an arbitrary string](https://github.com/vuejs/devtools-next/pull/401). This is used when the editor is...