Richard Heycock
Richard Heycock
for future readers of this ticket the fix we've put in place is slightly different from @mpalmer's: ``` ruby $LOAD_PATH.delete_if { |p| p.to_s =~ /eventmachine-\d/ } ``` The `$LOAD_PATH` can...
Any chance you can merge and release this please. ruby 2.2.0 has been out for nearly 5 months now and this would really help up.
I ran into this problem running `pdflatex` with no delay ~~but running a later version fixed it.~~ EDIT 1: I typed too soon! It worked once and then I started...
Good one! I'll give it a go and see what happens ;)
I'd completely forgotten about this and, predictably, I haven't done anything about it!
It's because the site you are downloading from doesn't support IPv6. Yes I know here we are in 2017 and there are still a fair few big sites that don't...
It definitely supports IPv6. I'm currently downloading a video from Youtube and using `lsof` I can clearly see that it's using IPv6.as witnessed by this line (my ip addr redacted):...
Yeah the `CHANGES.txt` file is in `share/doc/html`. I would argue, certainly in the short term, that `CHANGES.txt` shouldn't be in `share/doc/html`, it should be one level up with `LICENSE`. In...