Tony

Results 38 issues of Tony

### Problem Transitioning between two elements via wrapping two `v-if` `v-else` blocks with a transition element results in both elements appearing stacked on top of each other temporarily rather than...

I would like to wait for relations and child resolvers to completely resolve first, then run some code based on query args to modify the result before its sent to...

Pen plotters + p5 + Svelte would be a great example that some may find inspiring. That was one of the founding pieces of inspiration for starting this project and...

documentation
enhancement

**Describe the bug** When accessing nested properties on the re-exported `p5` type, it throws a type error that `p5` is not a namespace. **Potential fix** In `types.d.ts`: ```ts import type...

bug

Added labels to the slider handles of the interactive example on the Get Started page: ![image](https://user-images.githubusercontent.com/43280336/157319243-1ac02da2-830c-46cb-a961-bfc790c55cb4.png)

documentation
enhancement

**Describe the bug** `[email protected]` is not compatible with Nuxt 2 following installation documentation **To Reproduce** 1. Clone minimum example repo demonstrating problem: https://github.com/tonyketcham/nuxt-v2-windicss-v2.0.3-bug 2. Run `npm i`, `npm run dev`...

[WGSL](https://www.w3.org/TR/WGSL/) is gaining traction in the shader community as WebGPU is on the horizon 😄 Support for it in Shiki would be awesome! Here's the grammar for the language: https://github.com/PolyMeilex/vscode-wgsl/blob/master/syntaxes/wgsl.tmLanguage.json

**Is your feature request related to a problem? Please describe.** The default UX for reordering dragged items beneath an expanded item does not feel intuitive and takes some getting used...

**Is your feature request related to a problem? Please describe.** When I attempt to set a custom drag feedback image via something like... ```tsx // Item.tsx const generateDragGhostStyle = (event:...

### Is your feature request related to a problem? Please describe. Tailwind's @apply tag is not being detected by linting: ![image](https://user-images.githubusercontent.com/43280336/109042429-ce671980-7695-11eb-9403-f4233712a6b8.png) ![image](https://user-images.githubusercontent.com/43280336/109042582-fce4f480-7695-11eb-9d40-382ea845cdb5.png) ### Describe the solution you'd like Stylelint config...

enhancement
good first issue
area:linting
area:styling