Alf Eaton

Results 49 issues of Alf Eaton

For showing progress, it's often useful to know the total number of items being fetched. It's simple enough to do this from a 'page' event handler: ```js stream.on('page', function (options,...

I think this is the best way to limit the number of fetched pages or items (e.g. for testing)? ``` var pageLimit = 3 stream.on('page', function () { if (--pageLimit...

I'm not sure whether this is a bug in `w3c-xmlserializer` or whether the current behaviour matches the spec and browsers implement the spec differently. When an `xmlns` attribute is set...

The generic TypeScript description for `express.RequestHandler` allows type definitions for the request path params, response body, request body and request query params: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/03fa4ecc7ecbe94e50b5e5fe03d7add64a198198/types/express-serve-static-core/index.d.ts#L53-L66 Would it be possible to make use...

These babel-related dependencies are, I think, only used for building the library.

As [the old Arak-29 site](https://web.archive.org/web/20220407102122/https://sites.google.com/site/araktransfer/home/spell-checkers) no longer exists, and [the new site](https://arak29.org/) doesn't contain any spell checkers, fetch the Armenian dictionaries from the OpenOffice extensions instead, which contain the same...

* Use `https` for Nepali dictionary URLs. * ~Use the URL for the page that contains the download link.~

As plio.it remains down, the [LibreOffice Italian dictionary](https://github.com/LibreOffice/dictionaries/tree/master/it_IT) has a new maintainer ([LibreItalia](https://www.libreitalia.org/)) and an update to v5.1.0. [CHANGELOG](https://github.com/LibreOffice/dictionaries/blob/master/it_IT/CHANGELOG.txt) I'm not able to verify the dictionary changes; this just updates...

To help with debugging "Unexpected field" errors, show which field was unexpected.

v2.x