-
## Problem
Right now the shipped binaries make assumptions about where dynamically-linked libraries live. This is a problem for NixOS and other Linux distros that use less usual FHS layouts (there …
-
I noticed that my CI takes a lot of time downloading dependencies for deadnix (namely libgcc, glibc and their dependencies). I think this could be avoided by using a binary that is statically linked a…
jzbor updated
2 months ago
-
### Repository
https://github.com/simplex-chat/simplex-chat
### Description
The first messaging network operating without user identifiers of any kind (See also [the CLI version](https://github.c…
-
So that subscribers can download a binary release instead of needing a Rust toolchain and needing to compile the binary.
I think these platforms are a good starting point:
- Windows amd64
- MacOS…
-
### Link to the code that reproduces this issue
https://github.com/aramikuto/nextjs-parallel-route-server-js-problem
### To Reproduce
1. Build the application and start the standalone server …
-
I am trying to build a statically linked copy of aria2 on a Raspberry PI 4 with Ubuntu 21.10 (ARM64), but when I try to do it using GnuTLS (`./configure ARIA2_STATIC=yes` and then `make`), it fails at…
-
Hi,
When I try to compile a simple "hello world" program like this `rustc hello.rs`, everything works fine..
```rust
//-- hello.rs
fn main() {
println!("Hello World!");
}
```
But if I t…
-
Plugin doesn't seem to work with ionic 5 capacitor for ios. On 'npx cap sync ios' throws the below error with sync failing.
[!] The 'Pods-App' target has transitive dependencies that include stati…
-
I tried this code:
```rust
#![feature(stdarch_loongarch)]
use std::arch::loongarch64::*;
#[cfg(target_feature = "lasx")]
pub unsafe fn simd(s: i32) -> i32 {
lasx_xvpickve2gr_w::(lasx_xvreplgr2vr…
-
### Link to the code that reproduces this issue
https://github.com/amannn/nextjs-bug-repro-not-found
### To Reproduce
1. Clone https://github.com/amannn/nextjs-bug-repro-not-found
2. Run `pnpm i`
…