Ufuk Ustali

Results 6 issues of Ufuk Ustali

An enhancement for the recently added and very welcome floating windows feature. Currently there are: - View: Move Editor into _**New**_ Window - View: Move Editor Group into _**New**_ Window...

feature-request
workbench-editors
workbench-auxwindow

### Describe the bug When using reactivity transform with discriminated unions while eveything works perfectly fine and the types are fine in the script side, they are broken when it...

Currently there is no way to set different speed and acceleration settings for different devices. Example from my own experince: When I am on the go and using my laptop...

enhancement

I am currently working on a PR for a nuxt module called [server-block-nuxt](https://github.com/Hebilicious/server-block-nuxt) by @Hebilicious which will get multiple server blocks inside of the SFC to work. ``` vue import...

question

### Description Now that nuxt by default doesn't enable shamefully-hoist we cannot import from tailwind directly because it is a subdependancy of @nuxt/ui. ```ts import type { Config } from...

enhancement
triage

### Description When starting the project using `wails dev` the `esbuild.target` property of `vite.config` is ignored and is always set to `"chrome87", "edge88", "es2020", "firefox78", "safari13" + 2 overrides`. Which...

Bug