Siddharth VP

Results 25 issues of Siddharth VP

Copying off from the list at https://www.mediawiki.org/wiki/API:Client_code/Gold_standard ## Easy to install - [x] Installation instructions are correct and easy to find - [x] Library is packaged for installation through appropriate...

Checklist of before-hands: - [x] Use Docker for automated testing of write actions in CI - [ ] Using above, check compatibility going back to MW 1.34 LTS version -...

To-do items are now being tracked on [this project board](https://github.com/siddharthvp/mwn/projects/1).

We need to be clear about what versions of MediaWiki and Node.js are supported.

Getting this error on a project with: - tslib 2.2.0 - typescript 4.2.4 - ts-loader 8.1.0 The error goes away on pinning the versions which I was using earlier: tslib...

While transferring directories, this tool appears to sending each file individually – this is very slow for directories with a large number of files. By zipping the directory before transfer...

`performance` on the window object isn't being exposed onto the `global` object. https://developer.mozilla.org/en-US/docs/Web/API/Performance

It's possible to specify individual files as being written for ES6 environment using: ``` /* eslint-env es6 */ ``` This should prevent the es5 rules being applied to the file.

after action complete. Allows #609 to go forward.

Feature request
Module: morebits

This reverts commit c6f2bd4f3809e3f59124949d31c791923d4a93f1. The linked phab task has been resolved now - PageTriage is no longer using date.js external which messes up `Date.prototype`.

Module: morebits