Andrei Kashcha

Results 19 issues of Andrei Kashcha

I'm not sure what's the right way to fix this or even whether a fix is necessary. Just wanted to log it here: ```js // glMatrix version 3.3.0 // Note...

Hello, I spent all day experimenting and got WebGL working with headless shell. See the thumbnails here: https://www.reddit.com/r/pplay/ - they are rendered by lambda function from webgl scene. To enable...

enhancement

We need a clean API to let consumers define pan/zoom bounds. Current implementation is not flexible enough. See https://github.com/anvaka/panzoom/pull/106#issuecomment-504704235

Currently vivagraph allows to select only one node at time. Sometimes it's useful to be able to select multiple nodes. https://github.com/anvaka/VivaGraphJS/tree/master/demos/other/webgl-area-select - gives a good starting point of how to...

Hello, I'd like to report a potential security vulnerability, but I don't want to make it immediately visible to all. What is the most appropriate way to submit it privately?

Was just curious to see which one is faster. The test is obviously not complete, but gives a good starting point for more tests (e.g. different distributions/different search count, etc.)...

This becomes somewhat older knowledge, but in old days `npm` had `faq` command, which said: > npm should never be capitalized unless it is being displayed in a location that...

I love the simplicity of the user interface - thank you for developing this. I was wondering if it would be possible to "export" tests into standalone html file, so...

new feature

Since javascript becomes so popular it's not uncommon for developers to use plain object initializers in the language (i.e. `var hash = {}`). Asking objects whether key is in the...

Hello Team! Thank you for your hard work and dedication! Having overpass api in open access is like having superpowers! I recently released this website that renders roads from OSM:...

question