Marcos Dione
Marcos Dione
I would agree, but maintaining two different styles is too complicated, specially because they don't seem to be compatible, or at least nobody has written a converter from one to...
A consequence of doing vector tiles is, I think, the ability to turn on/off on the client the rendering certain features, typically POIs. This would probably help with things like...
The `maxZoom` property will also have to be able to be changed; not all maps have the same (usually 18).
I was thinking in terms of either more specialized maps like OpenSnowMap or the fact I do my own rendering.
TBH, there's already a disparity because OSM and Apple's renderings are _already_ different. But I get your point. I'll close it.
Hmmm, hold that thought, `crypt()` *is* supposed to set `errno`, hmmm....
Yeah, but that breaks the golang way. The usual thing to do when wrapping for a language is to follow the patterns of that language, otherwise anyone using it finds...
Well, `golang`'s pattern here is that you do: ```golang result, err := call(params) if err != nil { // handle error } ``` So just ```golang return C.GoString(c_enc), nil ```...
@mikescholl-sysdig I notice sysdig's fork does not have issues or discussions enabled, so we can only contact you here. How are we supposed to give you the feedback you would...