htyeim

Results 4 comments of htyeim

Failed on 1.4 also, but in my case (macOS 10.15), the error said: ``` ERROR: LoadError: LoadError: could not load library "/Users/user/.julia/packages/Cxx/1RaOv/src/../deps/usr/lib/libcxxffi" dlopen(/Users/user/.julia/packages/Cxx/1RaOv/src/../deps/usr/lib/libcxxffi.dylib, 9): Symbol not found: __ZN4llvm11raw_ostream6handleEv Referenced from:...

> First off, great package you have here. However, is there a plan to resolve these issues for future versions of Julia? I am considering adding Cxx.jl as a dependency...

I remember that when I used matplotlib (with [cartopy](https://scitools.org.uk/cartopy/docs/latest/index.html)) there are also some strange lines, especially when [orthographic](https://scitools.org.uk/cartopy/docs/latest/crs/projections.html#orthographic) projection is used. They are both almost pure python packages but when...

Thank you.... More complex than I though 😸 I think I can just check the region before I call GMT functions...