Volodymyr Agafonkin
Volodymyr Agafonkin
The readme says "See the getting started section for details.", but the "getting started" link leads nowhere and there's no such section in the readme. :)
- **Version**: 2.3.2 - **Platform**: OS X El Capitan β Darwin mourner.local 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 x86_64 When installing dependencies for [this...
This is a continuation of #11426. Upgrading Flow to a more recent version with a new architecture was a massive improvement that fixed a critical flaw in GL JS development,...
Upgrade Flow from v0.142 to v0.145 as a part of #12194. This was a difficult push because v0.143.0 fixed a bug which made Flow basically ignore many of the library...
This test failed occasionally at least 12 times in the last week according to Circle stats. We should either put this test into ignores now or try to find a...
Currently GL JS uses `jsdom` v13.2.0 (Sep 2019) in dev dependencies. To keep deps up to date, we need to upgrade to a newer version, but [v16](https://github.com/jsdom/jsdom/releases/tag/16.0.0) (Jan 2020) is...
OK, I figured out why https://unpkg.com/[email protected]/dist/leaflet.js has the hash in the version (meaning it was built without `NODE_ENV=release`. It's a tricky one! According to the [raw job log of v1.9.0...
I had to rerun these jobs a bunch of times today β they seem to be extra flaky lately. Worth investigating.
Current we depend on an old `mock-browser` package for mocking window/document and HTML elements in Node for unit tests, and that package depends on an old JSDom version (v9). We...
In C++, in addition to `set`, there's `multiset` which allows duplicate values. This is important for some algorithms, so it would be nice to have an option to allow duplicates...