Brett Antonides

Results 3 comments of Brett Antonides

What's the current status of this? This is a feature I'd like to use too.

FYI, you can workaround this by running `unset LD_LIBRARY_PATH`. If you are deriving from this image then use `RUN unset LD_LIBRARY_PATH && curl -L -O `.

I'm pretty sure I'm having the same or similar problem. I have a custom scalar `GeoJson` which wraps a GeoJson Geometry. If I use it in a query or as...