Oliver Winks

Results 18 comments of Oliver Winks

It looks like `transformRef` was removed in vue 3.4. See line 15 [here](https://github.com/vuejs/core/blob/19b590fa3a178830267a575f82bc80f80ec29753/packages/compiler-sfc/src/index.ts) My nasty hack of a workaround is to fiddle my package-lock to force vue 3.3. It seems...

Hey @ElMassimo I'd really like to contribute to Iles, maybe this would be a good issue to tackle but I'd need some onboarding to the project. Is there any docs...

Thanks for the quick reply @ElMassimo. So, is this something we could support for Vue only without it affecting Preact or other frameworks? Or is there some fundamental reason why...

I'm having the same problem. I have a Canon EOS Rebel T3. Did you get to the bottom of what's causing this @domenzain @Seeelefant?

What about https://github.com/tpolecat/skunk?

I managed to get this to work but I needed to change NUT_HOST to `127.0.0.1` instead of `localhost`. I'm not sure why though!

> This workaround worked for me: [traefik/traefik#12253 (comment)](https://github.com/traefik/traefik/issues/12253#issuecomment-3515555316) This worked well for me but it would be great to see a proper fix for this