Alex Potsides
Alex Potsides
Requires npm/npm-package-arg#37 merging before CI will pass.
Sorry for my delay in replying. The performance can vary. I tried using installing [`big-number`](https://www.npmjs.com/package/big-number) via a bunch of different methods (chosen because it's reasonably popular and doesn't have any...
> LAN connection performance The IPFS node does a bunch more work in the background than HTTP so there's always going to be some overhead (e.g. bitswap, connection negotiation to...
We've talked about doing something like that, but it turns the testing environment into a sort of custom setup that begins to get hard to replicate. It's much better to...
That code has been refactored recently, can you please try with the latest version?
Can you try pinning the `go-ipfs-dep` version to `0.4.23-3` please? It's later than `0.4.23` but npm doesn't always resolve it as such. Really it should have been released as `0.5.0`...
Hi, I'm Alex, a core dev on the JavaScript implementation of IPFS. I live in London where today, predictably, it's raining. When I remember to have breakfast it's cereal and...
We use `@babel/preset-env`, which means we don't have to worry about not using new language features, but I believe it sometimes polyfills depending on support in the current runtime which...
@vmx has found this list in the [Aegir source code](https://github.com/ipfs/aegir/blob/a5c1c32798579cc30e89f5c56089e8f0e16ef4df/src/utils.js#L30-L35): ```javascript exports.browserslist = [ '>1%', 'last 2 versions', 'Firefox ESR', 'not ie < 11' ] ``` It was last updated...
Could I suggest here, if it's not too controversial, maybe using [aegir](https://github.com/ipfs/aegir)? It solves pretty much all of the problems above and works with Unified CI already. More than happy...