James Mills

Results 674 comments of James Mills

> Maybe if you keep the 'for', but remove the 'select' and turn it into an 'if'. You wouldn't need the range operator. Good point, I _think_ I had this...

Just wanted to say that I got something working in a slightly different setup: `Dockerfile`: ``` # Build FROM golang:alpine AS build RUN go install github.com/gokrazy/rsync/cmd/gokr-rsyncd@latest # Runtime FROM alpine:latest...

My plan was to (btw): - Spin up a backup container like: `docker run --rm -p 8730:8730 -v data:/data:ro prologic/docker-rsync` for any given named volume. - Perform an initial backup...

@stapelberg Oh! 🤦‍♂️ This is because despite the `modulemap` I configured, I had set the working directory of the image to `/` 🤔

I'd be very interested in helping get the bottom of this. I built peercalls locally too just to rule out any funny stuff going on with the Docker images you...

Nice! I'll do some digging and report back 👌 I really love Peer-Calls as its infinitely much simpler to operate 😆

I'm getting a kind of similar but different error: ``` prologic@Jamess-iMac Sat Dec 24 16:19:04 ~/Projects/legit (main) 0 $ git bug push Error: ssh: handshake failed: ssh: unable to authenticate,...

What's there to improve?

Is there any interest in forking this repository then? I also use water.css everywhere in my projects.

What about iOS? Can any of us on macOS with XCode help test support for iOS? 🤔