Dimitrii Lopanov
Dimitrii Lopanov
Hi! Remark: unfortunately, I'm not that [GIS](https://en.wikipedia.org/wiki/Geographic_information_system) guy, who knows a lot about projections (even knowing some PostGIS stuff). 1. I do like an idea to replace B-tree search with...
Well, I keep an eye on it. Is this correct definition of Braun proj? ``` +proj=cea +lon_0=0 +x_0=0 +y_0=0 +lat_ts=45 +ellps=WGS84 +datum=WGS84 +units=m +no_defs ``` I want to play with...
Do you mean point of "interest" (not the "information")?
@zkbqhuang can you give feedback? If I'm right and you mean point of "intereset" then we probably should modify our graph processing library.
@zkbqhuang Well, I see need of this feature too: geocoding, reverse-geocoding, fuzzy search. From my view: we need to modify https://github.com/LdDl/ch library in such way to store metadata in vertices;...
assigned @morozka Do 50x, 40x for WS (status + response) and HTTP (static HLS) request
In #32 we've done archive for both filesystem and MinIO We still have lack of API to provide archive from application (well, you can log in to the S3 and...
Hi, thank you for PR ```go func (sm *StreamsStorage) GetStream(id uuid.UUID) (string, []string) { sm.Lock() defer sm.Unlock() return sm.Streams[id].URL, sm.Streams[id].SupportedStreamTypes } ``` Isn't this code could lead us to panic...
Hello there! I've not tested it on Windows yet since I do not know about Windows a lot (how CGO works there). Googling such status code `3221225781` leads me to...