Romain Pierre
Romain Pierre
Hi, I have the same behavior. I'm new to RoR so I was thinking it was my fault, and posted a stackoverflow request here: https://stackoverflow.com/questions/76639570/forced-to-run-assetsprecompile-two-times-to-get-the-webpack-builds-copied-to-pu
Hi @brenogazzola For my tests, the first thing I do is to delete this folder. In the `assets:precompile` task, the first step is `yarn install`, the second one is `yarn...
Thank you, same thing for me. I've understood why the .keep file was removed: ```js output: { path: path.resolve(__dirname, "app/assets/builds/"), clean: true, } ``` So webpack remove the whole content...
Hi, I've opened the PR #2997 in order to contribute. Feel free to help me with the configuration of bazel since it's the first time I touch this kind of...
> I dont know what side-effects this brings. Probably nothing, I think the binary exe run under emulation of x86_64 on the ARM64.
I was not able to connect to a pg db with workerd for windows x64, under windows arm64. I'm using prisma + hono + wrangler@3 and the request was running...
Hi, I think this issue is a duplicate of #2735
First requirement is OK, the windows-2022 runner has `Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64` installed, probably via cross-compiler, so should work. Now I have to see if the `.bazelrc` need to be adapted.
I have read the CLA Document and I hereby sign the CLA
Hi @fhanau thank you very much for all the explanations. Yes, this makes sense, I also noticed this on other projects hosted in Gitlab: we're waiting the GA of arm64...