Ian Letourneau

Results 19 comments of Ian Letourneau

I'm still a beginner with Rust so I'm might be wrong, but I don't think this is possible to provide a generic implementation of `From` to convert to a `Vec`...

At first I thought I could not because of additional plugins, but as I played a little bit more with the config I realized I could completely let Parcel handle...

Same issue with Yarn: ``` ○ Installing yarn dependencies │ ■ EXDEV: cross-device link not permitted, rename '/tmp/create-qwik-y69244vbbi/node_modules' -> '/home/ian/Projects/tmp/yarn-workspaces/apps/qwik-app/node_modules' │ │ │ ■ yarn install failed │ You might...

> @ianlet are you using the latest version of Qwik? Yes, sorry I forgot to mention it: ``` @builder.io/qwik: 1.2.10 @builder.io/qwik-city: 1.2.10 vite: 4.4.7 undici: 5.1.6 ```

Hi @zanettin Yes, in my case it does install without errors.

With Rails 5, you can also get the request id directly from the controller request without having to append info from the ApplicationController as suggested by @radoAngelov. You can add...

Neither of the global `commitizen` and local `pnpm dlx commitizen` commands seem to work for me. I also try to run it at the root of pnpm workspace (no `nx`,...

Said like this it would make sense indeed. The troubling part for me is that it's usually accepted and working (also outside of Parcel) but after upgrading to 2.9.1 the...

@genki @martin-jensen in Qwik, you might have to update your vite config to bundle `cookie` properly: ```ts // File: vite.config.ts export default defineConfig(() => { return { // ... optimizeDeps:...

Thanks for following up! I'll check where we can add this in the docs and create a PR then.