Victor Bjelkholm
Victor Bjelkholm
We have a test which checks a linting command. To avoid output to be printed to the console during the test case, we use `sinon.stub` (https://github.com/ipfs/aegir/blob/d57dd3f59fc752a44aa462c767565977dc18f047/test/lint.spec.js#L8-L13). However, this doesn't work...
Currently because of https://github.com/ipfs/go-ipfs/pull/3508, when we finished pulling down the arch mirror, we are rewriting all the symlinks with their targets, effectively doubling the size of the arch-repository on disk....
Currently we're ignoring some files in the syncing of the arch-repository, most important, skipping ISOs. The arguments passed to rsync currently is: ``` --exclude='*.links.tar.gz*' \ --exclude='/other' \ --exclude='/archive' \ --exclude='/sources'...
- [ ] Move away from Coffeescript and just write ES6
Because of some ES6 syntax, it doesn't currently. Investigate if it's worth working on to make it work on earlier versions.
Right now, autochecker doesn't clean up after itself when it finishes running all the tests. - [ ] `os.tmpdir()` contains one copy per nodejs version and commit version of the...
Right now, if no arguments are provided, autochecker will test in all available versions. Instead, it should read the `engines` key in package.json and figure out which versions that have...
Not sure about this idea but sharing it out loud to get feedback if valuable or not. If you have a collaboration for sharing information in some app, you could...
Currently, our deployed pinner showed the following error: ``` 2018-12-03T15:38:21.190122+00:00 app[web.1]: Error: CRDT type should be string 2018-12-03T15:38:21.190135+00:00 app[web.1]: at module.exports (/app/src/collaboration/crdt.js:7:11) 2018-12-03T15:38:21.190137+00:00 app[web.1]: at new Collaboration (/app/src/collaboration/index.js:68:18) 2018-12-03T15:38:21.190139+00:00 app[web.1]:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...