Felix Schütt
Felix Schütt
@theduke That design was requested by @syrusakbary in `wasmer login` however does however print an error message: ``` wasmer login adlfjasdölfkj Error: no user found on registry "wapm.io" with token...
Yes, I think it's a typo.
Probably a typo. I just archived the website, I'm probably the wrong person to ask.
It's not expected behaviour, but then again, this entire library is ~400 lines of code, so it's not really advanced. The feature detection isn't very good. I should not have...
Maybe try again with 1.0.7, some font search issues have been fixed
EPSG is a code for two things: an ellipsoid and a projection. You can define your own ellipsoid with custom values if you need: https://docs.rs/proj5/latest/proj5/struct.Ellipsoid.html and your own projection by...
@temeddix Possible, but I don't know the math to do it. Technically you'd have ellipsoid A and ellipsoid B and you have the lon / lat coordinates relative to ellipsoid...
@temeddix Use https://github.com/3liz/proj4rs instead, it's more maintained and also has support for transforms between ellipsoids.
Thanks for reporting. I'll look into it, but I sadly can't give an ETA.
Use https://github.com/3liz/proj4rs instead, I never got around fixing this issue.