Siddharth VP

Results 62 comments of Siddharth VP

Having the same issue here. Code to replicate: ```javascript it('test', async () => { function reject42() { return Promise.reject(42); } await expect(reject42()).to.be.rejectedWith(999); }); ``` ```javascript it('test', async () => {...

This is because the Airflow DagFileProcessor can't find your DAG when it parses the files – since you're only creating the DAG when the generator DAG runs (in the executor)...

@brettz9 It's a fine idea. Mwn currently uses axios which runs on the browser as well. We would still need to make changes, I believe mainly around handling cookies and...

Oldest supported version of Node.js is v10.x, as the TypeScript compiler targets ES2018 and per the tests. Version support for MW will become clear when docker-based integration tests are set...

Sounds like a task for https://github.com/turbo87/eslint-plugin-chai-expect.

> I was able to shave off over 50% by deduplicating msg keys and ignoring "@metadata" and "qqq.json". However, once everything is gzipped, the difference is much less significant. It...

It might be better to make it a grunt plugin instead as grunt is more universal. Already, this repo is no longer using webpack.

This is necro-posting, but that's the sitecode, not language code. Going to https://zh-classical.wikipedia.org and hitting `mw.config.get('wgContentLanguage')` gives `lzh`.

fixed I think.... Boy, that was _extremely_ tricky. And what's really annoying is that this still seems to sometimes work and sometimes not work on the _same_ testcase.