Results 32 comments of Release-Candidate

Yes, I suspected that too, I'm just updating to a new version. But the problem is that a `init --git` uses the newest prelude too - that's how I got...

Yes, a update to the latest buck2 fixed the error. Is there a way to set the prelude version with `buck2 init --git`? I haven't found one in init's help...

Looks like Conan 2 stores the relevant package information in a SQLite file located at `~/.conan2/p/cache.sqlite3`, the lock-file does not contain information except for hashes.

To generate a JSON file containing the same (similar) dependency graph as the Conan 1.x lockfile, the following Conan 2 command works: ```text conan graph info conanfile.txt --format=json > conan_deps.json...

> Conan 2 support would require some diving into what changed and what needs to be adjusted. That's what I've tried to collect in the first three posts. * dealing...

It breaks my extension too: https://github.com/Release-Candidate/vscode-scheme-repl/issues/20 The problem for me are the valid flags`dsu`. The stack-trace from "OUTPUT" of "Extension Host": ```text [error] SyntaxError: Invalid flags: dsu at k (/home/roland/.vscode/extensions/gruntfuggly.todo-tree-0.0.226/dist/extension.js:114:74341)...

> Additionally, even with that you may find that pre-compiled language server binaries (rust-analyzer, clangd, etc) are not available for your RISC-V system which are required for autocomplete and other...

Btw. I'm not sure if the current state of 3D acceleration support on RISC-V64 is sufficient to be able to run Zed's GUI, and I can't test it as the...

> What kind of machines run `risc64`? If there's a way to boot up a reasonably quick one in the cloud, we could potentially publish these too (though it's getting...