Alexander Kachkaev
Alexander Kachkaev
I'm trying `p-queue` after using [`promise-queue`](https://www.npmjs.com/package/promise-queue) for some time. Given this background, I was expecting to see the whole queue failing if any of its tasks rejects. However, this does...
## Question After seeing that the hash router is [being removed from v1](https://github.com/pedronauck/docz/commit/81a4a82), I'm wondering if serving built doczs is still possible from subdirectories. This is critical for targets like...
I see a number of warnings from `yarn audit` because some project dependencies still rely on `set-value` v2 and v3. While itβs technically possible to force-install v4 via `package.json` β...
d3 v7
Hi folks π There is a new major version of d3, which was released in June 2021: https://github.com/d3/d3/releases/tag/v7.0.0 A number of auxiliary d3 libraries got upgraded too, e.g. [d3-array: v2...
## Preliminary Steps Please confirm you have... - [x] reviewed [How Linguist Works](https://github.com/github/linguist#how-linguist-works), - [x] reviewed the [Troubleshooting](https://github.com/github/linguist#troubleshooting) docs, - [ ] ~~considered implementing an [override](https://github.com/github/linguist#overrides),~~ - [x] verified an...
> Following this tweet: https://twitter.com/RobAWise/status/873443627036549120 Hi guys! Great idea to add this option!  Just curious if the package could also check the contents of `package-lock.json` / `yarn.lock` / `node_modules`...
Hi Amit! I came across your project recently and really liked the fact that you're using yamls for vega specs instead of json. That's much better for us humans indeed!...
π folks! Iβve been a heavy user of [yarn workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/) for some time and would like to suggest an improvement to autocompletions. It might be quite a difficult one to...
It would be nice to have a shortcut for "Map It!" button to speed-up the experiments with WKT. `Ctrl+enter` and `Shift+enter` when the input is focused seem to be a...
I'm really glad to discover Wicket and I would like to use it as a little tool for verifying the output of some chained `ST_xxx` transformations. I'm running my queries...