Nico Steinle
Nico Steinle
Is there some prefered method for showing this dot graph? Maybe the dot format which is used bu graphviz? ("https://en.wikipedia.org/wiki/DOT_(graph_description_language)") ("https://gitlab.com/graphviz/graphviz") ("https://graphviz.org/Gallery/directed/") There would also be a crate available for...
We tested it and found that a package can be built and packed even if there are errors in other builds, as long as those errors do not impact the...
(because it's red (like in occured)) No, it was an old commit and disregarded all changes made in since the commit was created. Let's see what CP thinks about the...
I'm still getting the error message when installing on Rocky Linux 8.10 @OmniBlade ``` Error: Problem: conflicting requests - nothing provides libm.so.6(GLIBC_2.29)(64bit) needed by codium-1.99.32704-el9.x86_64 from @commandline (try to add...
Nice. I can install it and run CLI commands with it in the terminal. Can't test the GUI right now where I'm at. But no GLIBC_2.29 errors
@daiyam can you please give me some hints which files to patch for building with the newer electron version? Already build some VSCodium versions with the GitHub actions. Then I...
Ok, I'm a bit lost. The `./dev/patch.sh` shell script is only for the GitHub CI/CD right? Do I just have to edit the patch and rename it to have a...
Thanks for the step-by-step instructions. I was able to build it with Electron `v34.3.3`. After that, VSCodium installed without errors, and the GUI worked as expected
Took a look into this. Currently, when pressing CTRL+C the process gets terminated with a SIGINT signal by Linux. But we can use the ctrlc crate or the signal feature...