Jonas Kuske

Results 38 issues of Jonas Kuske

An SFC functional component that does not use `` will go through `__VUE_HMR_RUNTIME__.reload()` instead of `.rerender()`, because the plugin can't detect the [`functional template attr`](https://github.com/vitejs/vite-plugin-vue2/blob/main/src/main.ts#L43-L44) to inject its [`_rerender_only` marker](https://github.com/vitejs/vite-plugin-vue2/blob/main/src/main.ts#L114-L119)....

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

Issue-Bug
Area-Install

**Is your feature request related to a problem? Please describe.** When I log into my PC via a Remote Desktop connection, the resolution is adjusted to match my RDP client...

Hi, would be awesome to have German variants with the text *Öffnen als Web App*. I made and exported them, but unfortunately I don't have AI and used Affinity Designer,...

### Vue version 3.2.39 ### Link to minimal reproduction https://sfc.vuejs.org/#__SSR__eNp9j81uwyAQhF8F7TmAmpxq0Sg99QV65ELiTUNjYLVgV1Xkdy9urCg/Um4wM7vf7AneidTQIzRgCgbqXMG1jUKYT3Yx++JT/ODU01ls/SCO+PtmwVkQg/T7+ty7LqOF9e7gu1a8GF1T5zjN4e3FXRo9r9KPAKMvFWABPlDiIoMj9Z1TrA1P06CdjWyhEf/KpNUTpr+FQymUG637SMcvtUtBb6qnuY/FB5RtCpuVWqrVa22Zy7WuMAe55fSTkSvRwuJqua7igCwZY4uM/BR2l70B3nkP0Ik52jjC+AeJqoxU ### Steps to reproduce No steps necessary, check the rendered output and the warning ### What is expected? The children...

scope: transition
scope: ssr
:hammer: p3-minor-bug

When the polyfill updates the URL through `pushState()`, CSS pseudo-classes like `:target` are not updated accordingly. This is actually a [browser bug](https://bugs.chromium.org/p/chromium/issues/detail?id=89165) as the spec is very clear about this,...

bug

Currently all assets imported in the frontend portion are included in the JS/CSS files as data URLs. This means that importing a single image can blow up the size of...

Currently `kirbyup` only allows building the plugin, either for production or using the `--watch` option, with full rebuilds on change. Not sure if it's feasible, but a dev server mode...

Installing the dev certificate via `Import-PfxCertificate` requires the path to be quoted, otherwise installation fails if the path contains whitespace. (That happened to me, changed it in my local `node_modules`...