Greg Hurrell

Results 403 comments of Greg Hurrell

Going to close this as [Relay 2](https://speakerdeck.com/wincent/relay-2-simpler-faster-more-predictable) will have support for arbitrary "handle" fields, for which you can register a handler in a way similar to what @steveluscher has suggested....

Thanks for the input here. We're currently going through old issues that appear to have gone stale (ie. not updated in about the last 3 months) because the volume of...

I'm not working on Relay anymore.

Thanks for the report, @dbaldy. I tried to repro this with iTerm (Build 3.4.21), with kitty (Version 0.30.1), and inside and outside of tmux (tmux next-3.4, built from source) but...

In dark mode, there are a lot of places where I'd want `is-dark` styling, and I'd want `is-light` in light mode. If I could just say `is-adaptive` (or something) then...

I'm thinking I can replace the complicated incremental indexing with simpler and faster full indexing. I only need to read the first few hundred bytes of each blob in `HEAD`...

Ok, so I went ahead and assigned IPv6 addresses to my currently running instances (as per [the guide](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-migrate-ipv6.html)); eg. ``` $ host git.wincent.com git.wincent.com has address 52.202.171.200 git.wincent.com has IPv6...

Fun fact, GitHub doesn't offer IPv6: ``` $ host github.com github.com has address 140.82.121.3 github.com mail is handled by 10 alt4.aspmx.l.google.com. github.com mail is handled by 10 alt3.aspmx.l.google.com. github.com mail...

[Asked for people's experiences going IPv6-only](https://twitter.com/wincent/status/1765658384982827092) but I don't expect I'll get many replies. One idea I had was to try this on my Git host only for a while,...

> One idea I had was to try this on my Git host only for a while, and see what happens. Ok, scratch that idea. Shit seems super flaky here,...