Martin Heidegger
Martin Heidegger
In the readme of many workshoppers/adventures there is a screenshot that shows how the workshopper looks like in terminal. It would be awesome if we had a generator that could...
At this point it is slightly unclear what the difference between those frameworks is. It would be good to make clear why they existed and what they can do.
The current example code is less than desireable: 1. It doesn't make use of the package.json 2. It doesn't specify a binary file 3. It doesn't have any test 4....
@khalifenizar kindly provided `makews.js` a long time ago that creates a stub of a workshopper. It would be good to update this and create a proper `workshopper-adventure` binary. ``` JavaScript...
Right now the workshopper-adventure code [looks for the git field in package.json](https://github.com/workshopper/workshopper-adventure/blob/4f8e081c9b5c26bc90abe1531558a68531e6a7d8/index.js#L41) which has a few ugly side-effects: 1. This logic expects this to be an html link (https://github.com/sethvincent/javascripting/commit/232852a84d30006765fea8e302a734d31c4f15d3#diff-b9cfc7f2cdf78a7f4b91a753d10865a2L6) 2....
Moving the workshoppers under the workshopper org umbrella means that there is no longer a signal of who the implicit "lead maintainer" (i.e., the original author) is. Following the example...
[discovery-swarm](https://github.com/mafintosh/discovery-swarm) is not maintained and it would be good to have support for [hyperswarm](https://www.npmjs.com/package/hyperswarm)
Several of the dependencies of hashbase have been updated. In this PR I updated the dependencies that were easy to update. I didn't update `leveldb` and `nodemailer` because those dependencies...
This PR is making approveDomains sturdier for following cases: - Former logic didn't work if `config.hostname` was a subdomain (or a sub-subdomain). example: `service.mydomain.com` - Former logic used a `..
The `dat` cli client allows to login, register and publish dats to a "registry". The API for this is implemented [here](https://github.com/datproject/datBase/blob/d02b8dd10f99cc8d38bae6f0771108644cc6b9ed/server/router.js#L30-L43) but [not properly documented](https://github.com/datproject/dat/issues/855). It would be super-cool if...