Arpad Gabor

Results 16 issues of Arpad Gabor

Here's how it looks: https://user-images.githubusercontent.com/9270494/104859320-24c19980-592d-11eb-9dc9-30a8893b1750.mp4 Browser: Microsoft Edge, latest

enhancement

I just started looking for some interesting projects that I could take some things from, and looks like there are lots that haven't been active for a while and have...

suggestion

## Context I have a Nuxt project and I want to deploy the analyzer report in the same `dist` folder with the static generated output of Nuxt, in short, as...

enhancement
pr welcome

I'm using a custom component to render all my icons: ```vue import { defineComponent } from 'vue' import { PhCaretUp as Up, } from 'phosphor-vue' export default defineComponent({ name: 'Icon',...

bug

### Context Storybook 6.3 introduced Vite as a build tool. It would be great if support for this was added. https://storybook.js.org/blog/storybook-for-vite/

enhancement
v4

### Describe want to want Relation support is cool. The fact that it only uses 1 single query is even better. However, right now, it's pretty limited in scope and...

enhancement

**Is your feature request related to a problem? Please describe** Vue 3 not long ago introduced official support for the `script setup` syntax that cleans up a lot of boilerplate...

feature request
vue3

This prop seems to have been omitted by mistake when the new `Distribution` construct was created. I added the prop in all the places that create a new Distribution.

Added `tldraw` app to the list. [Website](https://www.tldraw.com/), [GitHub](https://github.com/tldraw/tldraw)

Unfortunately you can't just move dependencies from dev -> prod because the lambda build uses tsc, which does not bundle dependencies. Instead, I used `tsup` to generate the `dist/index.js` file...