Dylan Powers
Dylan Powers
It would be nice if the dart analysis server were to only start when a dart file has been opened and to stop when all dart files have been closed....
### Terraform Version Terraform v0.11.14 + provider.docker v1.1.1 + provider.external v1.1.2 ### Affected Resource(s) - docker_container ### Terraform Configuration Files ```hcl resource "docker_container" "fail" { name = "fail" image =...
In https://github.com/ipfs/examples/tree/master/examples/network, I'm looking at ``` ipfs swarm connect /ip4/104.236.176.52/tcp/4001/ipfs/qmsolnsgccfuzqjzradhn95w2crsfmzutddwp8hxahca9z ``` and I'm curious if there is a simple way to get `/ip4/104.236.176.52/tcp/4001/ipfs/qmsolnsgccfuzqjzradhn95w2crsfmzutddwp8hxahca9z` from the peer. You should probably add...
https://gobuilder.me/github.com/ipfs/go-ipfs/cmd/ipfs This will remove the dependency on having go installed. It would also be good to have a flag that enables installing from source for those of us hacking on...
Apparently a link to Github was no longer a sufficient description so I decided to unpublish the extension from the Chrome Web Store. If somebody cares enough, they can publish...
To get proper DNS resolving here is my best idea: - Write a Chrome App - Chrome apps have raw socket support - Use something like https://github.com/tjfontaine/node-dns as a point...
I was confused by the following statement: "\* Each test file must be a library -- due to the nature of the test runner, this is required." I have multifile...
Maybe more don't work? Someone needs to run through and test them. Plus a lot of urls point to the old repo locations.
Readme's in the examples need to be updated with links to ipfs/go-ipfs rather than the old jbenet/go-ipfs. 001 looked good, but I saw it in 002, 003, and 004.
I was impacted by the bug reported at https://github.com/Polymer/core-dropdown/issues/11. Someone graciously created a quick fix at https://github.com/Polymer/core-dropdown/pull/14, but it has yet to be merged (don't know why). After some quick...