-
cargo team notes:
- [Summary](https://hackmd.io/@kobzol/S17NS71bh)
This is primarily targeted at docker layer caching for dependencies. For limiting docker layer caching of workspace members, see #1…
-
Websock implementation is not present when installing it, not sure if it has been merged. Currently using obs-cli but would rather have it built into the manager
-
```
DESKTOP-CN5SMAK /var/db/repos/rust-overlay/gui-apps/milkshake-terminal # pycargoebuild ~/milkshake-terminal/
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.12/pycargoeb…
-
I hear that @tromey has been doing some awesome work with Rust-specific support in LLDB, and we should enable easily shipping that work to users! This is intended to be a checklist/tracking issue of s…
-
### Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the [issue tracker](ht…
-
**Describe the bug**
When I run my startup command it starts normally but once it gets towards the end it says "Shutdown handler: cleanup Exiting..." but towards the top of the log it says it has 8gb…
Gavyz updated
8 months ago
-
Does this support the inlining of `.wasm` files?
It would be very useful for building standalone web apps! :)
-
- [ ] clang
- [ ] clang++
- [ ] llvm-ar
- [ ] llvm-lib
- [ ] llvm-readobj
- [ ] lld
- [ ] lld-link
- [ ] lldb
- [ ] lldb-server
- [ ] rustup
- [ ] cargo
- [ ] adb
- [ ] javac
- [ ] java
…
-
rust-analyzer manual is pretty long: https://rust-analyzer.github.io/manual.html
It's useful as a reference, but is quite intimidating if you want to learn the tool. We should improve this, both in…
-
Doing stuff like `phases = [ "unpackPhase" "buildPhase" "installPhase" ];` is a bad idea, because:
- Semi-important but not crucial phases like `fixupPhase` are almost always forgotten, leading to th…