Kira
Kira
Hey, @whyrusleeping and I were just talking about this today. :) I'd really like to see a wrapper for this: we have special case (get api node OR ad-hoc ipfs...
ipfs-embeddedShell is great! I used it to get started on this: https://github.com/noffle/easy-ipfs-shell
@jnordberg not all stores accept a `key` either (think `createWriteStream` for a content-addressable store --- it'd ignore whatever `key` input is given). Similarly, stores that don't need it wouldn't need...
Clone this repo and run locally (you'll likely need a local http server). Hit spacebar to begin recording. You'll see that the game stops animating. The render method is still...
The core `flag` package is BSD licensed, so perhaps the easiest fix would be to include a fork of said package, modified to support intermixed arguments/flags. This has the benefit...
How are pushing new versions [now](https://github.com/RichardLitt/generator-standard-readme/commit/48da707eb2a3775ceea347f88e1beaf09b58da43)? Are you manually editing `package.json` or using the `npm version` command? > How is a codebase improved by having a changelog and/or list of...
Weird: when I look at https://github.com/RichardLitt/generator-standard-readme I don't see any tags for it. What happens when you run `git push --tags`?
Yes, the default [is to explicitly push them](https://stackoverflow.com/questions/16829251/why-git-doesnt-push-tags-by-default). I use this handy little shell alias for pushing, so I don't forget about tags: ``` alias npp='npm test && git p...
This is way way bigger scoped, but having an open source github would definitely make this much more doable! As long as GH is closed these problems are going to...
There are two types of separation I think are being conflated: library / application separation, and api server / application separation. Right now, PyBitmessage offers its network API as its...