Wouter Kettlitz

Results 20 comments of Wouter Kettlitz

```typescript import type { UnwrapRef } from "vue"; /** * This function simply returns the value typed as `T` instead of `Ref` so it can be assigned to a reactive...

> if you are ok with using some internal EF Core this does what you're asking for: > > ```cs > [Fact] > public void Should_not_have_missing_migrations() > { > var...

> For now, since Enkot isn't responsive, I forked the repository (as [nuxt-open-fetch-x](https://github.com/Norbiros/nuxt-open-fetch-x)) and implemented a temporary solution that I currently use in my apps. Thanks for your fix. Unfortunately...

It seems that having an css class with 2 single quotes, (e.g. `'radio'` or `'checkbox'`) in it causes it to fail. ```vue

like this? setupLayouts is from `vite-plugin-vue-layouts`. ```ts import { setupLayouts } from 'virtual:generated-layouts'; const router = createRouter({ scrollBehavior: () => ({ left: 0, top: 0 }), // see: https://uvr.esm.is/guide/extending-routes.html#extending-routes-at-runtime routes:...

I have the same problem with dotnet testcontainers. Any workarounds?