alexisad
alexisad
Simple code: ```nim import httpclient import nimx/window var client = newHttpClient() discard client.get("https://account.api.here.com/oauth2/token") ``` Getting error:14004410:SSL routines:CONNECT_CR_SRVR_HELLO:sslv3 alert handshake failure [SslError] because ret == 0 after: `ret = SSL_connect(socket.sslHandle)` but...
Regarding this: https://developer.here.com/documentation/here-lanes/dev_guide/topics/hd-map-coordinate-encoding.html Platform data topologies have 7 digits of precision after the decimal point. But decode function by default returns only 5 digits after the decimal point. Please add...