Ian Létourneau
Ian Létourneau
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...