Alex Potsides
Alex Potsides
We're trying to improve our release process for [`js-IPFS`](https://github.com/ipfs/js-ipfs) and part of that is introducing an early testers programme. Full details are on the doc at [`ipfs/js-ipfs/doc/EARLY_TESTERS.md`](https://github.com/ipfs/js-ipfs/tree/master/doc/EARLY_TESTERS.md) - if you'd...
In https://github.com/ipfs/js-ipfs/pull/2498 `ipfs-log` was added to the list of early tester projects - I'd like to get it running against `js-IPFS` release candidates in CI to get early feedback on...
Our JS community guidelines say what Node version we support, but what about browsers?
We're trying to improve our release process for [`js-IPFS`](https://github.com/ipfs/js-ipfs) and part of that is introducing an early testers programme. Full details are on the doc at [`ipfs/js-ipfs/doc/EARLY_TESTERS.md`](https://github.com/ipfs/js-ipfs/tree/master/doc/EARLY_TESTERS.md) - if you'd...
When the subscriptions of a peer are sent, we add them to the subscribers for a given topic, but we have to wait for the heartbeat before they (might) get...
Currently ts checking is broken due to https://github.com/dependents/detective-typescript/issues/46 - the build will not pass until that issue is resolved. BREAKING CHANGE: detects unused deps where it did not before so...
**Is your feature request related to a problem? Please describe.** People frequently forget to update the `bundlesizeMax` parameter in `.aegir.js`, it'd be helpful if we could just do that automatically...
Typescript supports incremental compilation, we even have it [enabled by default](https://github.com/ipfs/aegir/blob/master/src/config/tsconfig.aegir.json#L15), but it works by looking up a `.tsbuildinfo` from the [configured outDir](https://github.com/ipfs/aegir/blob/master/src/config/tsconfig.aegir.json#L5). Aegir [deletes](https://github.com/ipfs/aegir/blob/master/src/build/index.js#L56-L59) the `dist` folder before every...
I don't think the depcheck command runs on `d.ts` files, it probably should.
It would be great to have `aegir ts --check` run during `aegir lint`, otherwise it's extra boilerplate we have to add to loads of repos.