-
Currently, the provided executable is dynamically linked and will refuse to start on machines with obsolete GLIBC versions. (prior to GLIBC 2.28, which is released on Aug 2018) Since we are not using …
-
### Describe the bug
Similar to #44197 I did a broader scan of the SDK to find what other binaries it might contain from previous servicing bands. These don't have CVE's but if they did, we'd need to…
-
I configured binary sensor switch to control services on my OpenWrt router, but I get only status of the service.
Command "service @{id} stop/start" does not work.
My code in the sensor commands …
-
Hi, I tried Zellij and I fell in love with it.
I would like to replace Tmux, but unfortunately I cannot compile Zellij by myself on my Raspberry Pi, as the system hangs during `cargo build` and I n…
-
### Describe the bug
Minor issue, but confusing when setting the maxFileSize attribute to "30_000_000" for 30MB, we get an error with a 30MB file that says that the max upload size is 28.839MB. Looki…
-
Hello, I'm looking forward to trying out your app and I know it's very new, I was just wondering if it will support the AIDE NDK Binaries addon eventually. I think it's because the package name is dif…
-
### Zig Version
0.14.0-dev.2164+6b2c8fc68
### Steps to Reproduce and Observed Behavior
```
$ cat x.zig
pub fn main() void {}
$ zig build-exe x.zig -fno-unwind-tables -OReleaseSmall
error: :1:3:…
-
This is unsettling to me:
```
$ find infer_ha/libsvm/ | grep 'exe\|so'
infer_ha/libsvm/windows/svm-scale.exe
infer_ha/libsvm/windows/svm-train.exe
infer_ha/libsvm/windows/svm-predict.exe
infer…
-
log snippet from:
https://storage.googleapis.com/kubernetes-ci-logs/logs/ci-k8sio-file-promo-mirrors/1855617642929328128/promote-to-mirrors-staging-build-log.txt
```
COPY "gs://k8s-artifacts-pro…
-
Binary operators are being wrapped in a Java-uncommon way.
Binary operator wrapping/indentation was, as far as I can see, last overhauled in https://github.com/jhipster/prettier-java/pull/255 which…