Stephanie Wilde-Hobbs
Stephanie Wilde-Hobbs
I feel we're still getting off in the weeds. We're trying to sort out a *CI only* bootstrapping problem. This build isn't going to users, so we shouldn't worry about...
It used to be maintained by me, but keeping it working and adding new versions shouldn't be too hard. Feel free to PR, using previous commits to update the script...
> Doing a pass over old docs to set the canonical seems more likely if that fixes the issue. this can be done with a simple sed script to adjust...
I'd suggest redoing thse old pages before working on a sitemap
@washu please use \```cr code \``` to paste your code so it's copy-pastable
the time going up is suspicious, and hovering around the value `32` is very suspicious
> I'm not sure what they mean with "less efficient", maybe it's because the precision must be handled separately, instead of leveraging epoll timeouts. They just means that they need...
@Nephos I assume you mean `Enumberable`. Maybe, but currently the way to serialize an IRC message is to create a new `Message` struct then call `to_s`. It would be ugly...
I see though that your way of representing IRC is quite different to the RFC's: ``` NOTES: 1) After extracting the parameter list, all parameters are equal whether matched by...
@Nephos sure, but I think the protocol part of the RFC is fairly well agreed on.