Results 40 comments of Rusty Conover

Actually expanding by the edge length is insufficient. See: https://observablehq.com/@rustyconover/ensuring-h3-polyfill-returns-all-hexagons-for-a-polygon You may need to expand by edge length * 2.0.

It may be useful to convert the images to webp using sharp, then using this module on the associated webp files.

This bug continues to live on in 0.89.0.

@js2me it might be good to document that using this makes the response headers inaccessible.

This happens when starting the chief first, then starting the workers. If I start the workers first then the chief the exception doesn't happen.

Is there a blocker on this being released?

It seems like the fonts would be considered artifacts. The relevant example may be: https://github.com/staticfloat/Gtk.jl/blob/e500dcadaa8bf3571d27b0ac7cd92ef00febcb1f/src/Gtk.jl#L82-L111 Whereas GTK uses GDK_PIXBUF_MODULEDIR which contains its modules. I'm quite new to Julia packaging, but...

I think that my PR #748 should fix some of this if the `seek()` calls are to the current position in the file. There is still outstanding work to do...

@sam-github Hi, I'm sure your tone is nice and friendly but others might interpret it as a bit aggressive and unwelcoming asking what the purpose is. I think the patch...

@sam-github It is all good. My goal is to allow people to control disabling the delay in HTTP options rather than forcing users to call .setNoDelay() on each connection after...