Evan Benn
Evan Benn
``` evaben@evaben /tmp> singularity build tmp docker-daemon://debian:latest INFO: Starting build... ...works evaben@evaben /tmp> singularity build tmp docker-daemon://debian:stretch INFO: Starting build... ...works evaben@evaben /tmp> docker images debian REPOSITORY TAG IMAGE ID...
Hello, any update on this? Is it possible to translate the beds? or do the resources that created them in the first place exist? Thanks
This was not just that I had to manually override CC after building the makefiles. CMAKE would not run because my system G++ was too old.
Is there documentation somewhere for what the --input-* and --output-* args take? I keep finding random examples scattered around but no exhaustive doc.
Does #516 with an empty whitelist do the same?
It is set to 0 at boot on my chromebook, but I dont know why. Maybe a check+warn instead of a set?
I need to recheck as I dont understand this very well. I had a c file in my src/ folder, which does show up in `cargo package --list`. However modifying...
Hello, I am having trouble with this now on a raspberry pi 4b: `Linux mhs-por-dev-unset 6.6.20+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.20-1+rpt1 (2024-03-07) aarch64 GNU/Linux` I have disabled systemd-pstore. config.txt modifications:...
As an example, here are some tests: ``` import time from playwright.sync_api import Page, Route def test_routing_ok(page: Page) -> None: def handle_err(route: Route): print("this should not happen", route.request.url) route.continue_() def...
I also tried HEAD e25c9134b856cc7ffe9f562ff95caf9487d16b59 but I got a build error: make[3]: Entering directory '/build/hana/tmp/portage/dev-util/ply-2.1.1-r1/work/ply-2.1.1/src/ply' cd /build/hana/tmp/portage/dev-util/ply-2.1.1-r1/work/ply-2.1.1/src/ply && \ armv7a-cros-linux-gnueabihf-ld.lld -r -b binary -o /build/hana/tmp/portage/dev-util/ply-2.1.1-r1/work/ply-2.1.1/src/ply/self-test.o self-test.sh ld.lld: error: target emulation...