Atul R

Results 115 comments of Atul R

@Autre31415 Yeah makes sense. Thank you. I feel that there are more urgent issues that I need to focus on at the moment hence I wont be able to look...

For anyone looking for a workaround this is what we ended up doing: - Switch to non alpine image (node:16) `Dockerfile` ```dockerfile FROM node:16 SHELL ["/bin/bash", "-c"] COPY ./install-rover.sh ....

`cargo xtask dist --version v0.1.10` didn't work as expected for me. Complete logs here root@4d24f19e73e5:~/rover# cargo xtask dist --version v0.1.10 Updating crates.io index Fetch [========> ] 36.37%, 302.20KiB/s Fetch [========>...

With recent plugin based architecture of rover `rover supergraph compose` now breaks for these self compiled linux arm64 rover cli's since we need to compile rover cli and the supergraph...

Awesome @ududsha can you maybe raise a pr for this?

Could you post the contents of index.ts file ? @lightness

I am not really sure why this would happen. This needs further investigation. is it possible for you to create a shortcut to qode.exe and then rename that instead for...

Hey @duansheng you can try checking out v2.1.0 tag and doing the build. the latest version has some issues with windows.

Yes, compiling it for arm64 should be possible with some minor changes. I have to check though. But we are focusing on other things at this time. Would you like...

Hi @soapdog just curious, are you trying to build Qt from source for Windows Arm ?