Alexander Parshin

Results 5 issues of Alexander Parshin

I use context menu mixin on my own layer (it extends `L.TileLayer`, but it's not important). My layer fires `contextmenu` event, which includes some additional information about click location. I...

Clickhouse connect supports server-side parameters of query requests, but always sends them as part of URI (particularly, as query parameters). If the server-side parameters are big enough, URL becomes too...

enhancement

[In this line](https://github.com/tannerjt/classybrew/blob/master/src/classybrew.js#L351) in the second condition you want to check that `i+1 < length`. But if one of breaks is exactly equal to zero, this check will fail (and...