Artem Chistyakov
Artem Chistyakov
I had another process writing temporary files with names matching `#"\w+_\d+"` (2015_05_01_xxxxxx.zip) to the same `./tmp` directory where durable-queue stored its slabs. After a while, I noticed those temporary files...
MySQL supports a LIMIT statement with an optional offset argument, i.e. `LIMIT 10, 20` which stands for "fetch 20 records after skipping the first 10". Noticed this while working on...
Currently, when imported, the JS client [adds "_tt" CSS class](https://github.com/Betterment/test_track_js_client/blob/d6d0a676e8ddbf2d63429573ed5f9d69e8a8f247/src/testTrack.js#L25) to the document body and fires a relevant event. The Test Track Chrome extension looks for this class name when...
Thank you for maintaining rusqlite, I’ve been using it for various SQLite experiments for many years now and it’s been rock solid. I’m filing this issue following the instructions from...