Webmaster At Cosmic DNA

Results 17 comments of Webmaster At Cosmic DNA

I believe it might be worth to switch from git submodules to vcpkg packages to improve build times. I was able o achieve faster build times this way, take for...

> Probably not gonna happen. We discussed vcpkg in the past, but the samples support (and are used) on platforms where vcpkg is not available. Can you better elaborate on...

> > Probably not gonna happen. We discussed vcpkg in the past, but the samples support (and are used) on platforms where vcpkg is not available. > > Can you...

With all things considered, I can think of a strategy to balance mantainability concerns with potential solid build times reduction. --- ### **🚀 vcpkg + Ninja** **Goal**: Prove build-time gains...

The only workaround I was able to find thus far was to disable systemd by commenting out the following line at /etc/wsl.conf: ```toml [boot] # systemd=true ``` Then in PowerShell,...

I have tested with another Distro within WSL2 - OpenSuse Leap and I found out this problem does not occur with Leap. More info on my `wsl --version`: ```terminal WSL...

Coincidently or not, [this problem with direnv](https://github.com/direnv/direnv/issues/1249) does not happen with OpenSuse Leap.