Igor Kamyşev
Igor Kamyşev
https://wikimedia.org/api/rest_v1/?spec ``` .pnpm/[email protected]/node_modules/openapi/src/lib/get-ref.js:4 return refArr.reduce((memo, key) => memo[key], object); ^ TypeError: Cannot read properties of undefined (reading 'editors-by-country') ```
fixes #458
Now, we create store `$callObjects` in `concurrency` and put to operation itself. It has no sense, we can create it just inside the operation itself and expose as a low-level...
Low-level Events `failedNoFilters`, `failedIgnoreSuppression` and their connection with `retry` are not clear. We need to refactor it and clarify.
Now we manually add showcases to a particular page, it would be nice to have one config for showcase which will be used to inject a link to it to...
[Release-action](https://github.com/igorkamyshev/farfetched/blob/master/.github/workflows/release.yml) publishes all packages to http://npmjs.com/. It would be nice to create GitHub releases and GitHub package registry.
Farfetched depends on Fetch API, so maybe we shall restrict Node.js version in package.json of our packages?