-
### Why is it worth to add this package?
Zed is an extremely fast, open-source code editor built in Rust, that's optimized for performance and stability. It utilizes both the CPU and GPU, making it…
EDLLT updated
2 weeks ago
-
On a *Slackware64-15.0* machine, attempting to compile NodeJS **22.11** gets a ways into the compile and then fails. Compiling previous stable releases, e.g. **20.18** and below, works just fine.
…
-
### Environment
* Elixir version (elixir -v): 1.16.2
* Phoenix version (mix deps): 1.7.14
* Phoenix LiveView version (mix deps): 0.20.17
* Operating system: macOS
* Browsers you attempted to re…
-
i need help
![image](https://github.com/user-attachments/assets/c241ce01-3e11-417d-a5f5-351c96569b2a)
-
error log
```
Compiling bitflags v2.5.0
Compiling libmem-sys v5.0.0
Compiling libmem v5.0.0
Compiling libmemTest v0.1.0 (/home/sk337/Projects/rust/libmemTest)
error: linking with `cc…
sk337 updated
2 months ago
-
Dear Experts,
I am working on Discovery repository, I am building this for STM32F3 Discovery. I am facing following error **linking with `rust-lld` failed: exit code: 1** When I am building by **car…
-
### Code
i have a presumably-extremely-broken proc macro which itself builds successfully but, when used, causes a segfault.
in `lib.rs`:
```Rust
use proc_macro::TokenStream;
use quote::{…
-
I am trying to use the libafl_libfuzzer shim with cargo-fuzz and hitting this error:
```
--- stderr
src/sanitizer_interfaces.h:1:10: fatal error: 'sanitizer/allocator_interface.h' file not …
-
### Description
I opened the project in Android Studio, navigated to the Native folder, built the Gradle project, and confirmed that the .aar file was generated with the latest timestamp. I then open…
-
This is sort of a follow up to https://github.com/facebook/buck2/issues/571.
When building a target with `link_style = "static"`, where a transitive dependency is a shared library due to its usage …