Daniel Waltz

Results 27 comments of Daniel Waltz

I'm also curious about support for this feature! In my case I am using Prime UI and would like to dynamically load only the icons I want using UnoCSS instead...

I found a solution to this myself! You can use the `include` option to have `unocss` watch for any files loaded via `vite` using regex. In my case, in order...

Took a crack at a reproduction myself because unfortunately I am also still observing this in my pnpm backed projects. https://stackblitz.com/edit/pnpm-import-meta-env-typescript-reproduction?file=app.vue Loading up that stackblitz and running `pnpm typecheck` should...

For what it's worth, I think I found a work-around. When you install `@vue/apollo-composable` to fix the dependency issue, use the specific version defined in this project's dependencies, which at...

More possibly useful info, if you need the latest version of `@vue/apollo-composable` like I did to gain access to awaitable `load` from `useLazyQuery` for suspense support, you can work around...

This issue is fixed and a workaround is no longer required in my project on the latest version!

@Diizzayy Looks like this issue is appearing again. 😢 I did a little more investigating and I think I know why. The `DefaultApolloClient` and `ApolloClients` keys meant to be used...

There's an option you can pass to the plugin that will disable running checks on build! I use it on all my projects as I have explicit type checking configured...

Ah, that's interesting! I think it's because the type for the plugin only expects a codegen config type, but doesn't also allow the more generic graphql config type. I can...

Love seeing this! One extra perk I'll throw out there to having this feature (that admittedly I got from watching a recent interview with DHH by Aaron Francis - relevant...