Connor Pearson

Results 42 issues of Connor Pearson

This change moves to call to `cloneRoute` outside of the mutation and passes the already-cloned route as the payload. It fixes some console errors that might occur when the vue-devtools...

need repro

This change adds the toolbar option to android. The location property determines whether or not the URL is visible while the toolbar property shows or hides the entire toolbar.

enhancement
platform: android

enhancement
platform: android

This is an attempt at implementing #379. Unfortunately there are still a few cases which don't work, but I wanted to check and see if I'm least working in the...

There are a couple cases where I'd like dprint to behave a little bit more like prettier. The goals is that for assignments where the right-hand side is a binary...

Opening the keyboard when shrinkview is enabled on an iPhone X simulator causes a strange jerky motion. It doesn't happen on other iOS 11 simulator so it seems to be...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@nuxt/[email protected]` for the project I'm working on. When a provider depends on the...

### Environment node v20.11.1, Nuxt 3.10.2, Nitro 2.8.1 ### Reproduction Configure `routeRules` to enable `swr` and set a stale max age. e.g. ``` { swr: true, staleMaxAge: 10*60 // 10...

enhancement
cache

**Describe the bug** dprint-plugin-typescript version: 0.88.10 When using the "asi" option for semicolons, formatters will sometimes have to insert a semicolon at the beginning of a line. An example with...

### Environment Node v18.16.0, Nuxt 3.7.1, Unimport 3.3.0 ### Reproduction In v3.3.0 both the `.d.ts` and `.mjs` files are being imported from a linked package, causing import warnings. ### Describe...