Alex Weech
Alex Weech
Hi, GLFW.jl is affected by the outdated libstdc++ issue. It's a problem that has been affecting several projects and has been documented in [at least one Discourse thread](https://discourse.julialang.org/t/glibcxx-3-4-26-not-found-in-rcall/29113/11). What happens...
Currently we `throw` `ErrorException` for any error raised by ecCodes. It might be worthwhile to change this to a custom error type that is a subtype of `Exception`. This would...
NCEP commonly shares GRIB files that include local codes. As this library uses ecCodes, an ECMWF product, it has an out of date version of that code table. However, ecCodes...