Max McDonnell

Results 37 comments of Max McDonnell

As a heavy-handed solution, this should ensure you have all the files you need ``` git clone https://github.com/ry/v8worker2.git . \ && rm -rf v8 \ && git clone https://github.com/v8/v8.git &&...

Symlinking didn't work for me. Was able to -v and then `mount --bind` before running `chroot` docker-compose.yml ```yml #... emulated: build: context: . dockerfile: pi.Dockerfile privileged: true volumes: - ./:/usr/rpi/images...

Whoops! I will work on fixing 10kb.site's cert and would be very down to expose that as a configurable value. Will work on that soon, feel free to nudge me...

Ah nice, thank you for linking to a test/example. The ergonomics of seeing the global values against the imported map should actually work well for my needs. Although yeah, would...

Mind providing some more context about how you experienced this error?

Nice! It seems like I could extend to support more status messages pretty easily (rough code): ```rust else if recvd.starts_with(b"HTTP/1.1 407") { return Err("proxy authentication required".into()); } else if recvd.starts_with(b"HTTP/1.1...

I think I am seeing a similar issue where a new jsr version cannot be imported: ``` Could not find version of '@pomdtr/val-town-sqlite-explorer' that matches specified version constraint '0.0.4' at...