Joe Hand

Results 148 comments of Joe Hand

Thanks, we've seen similar issues but never been able to pin it down in the udp library. @mafintosh any ideas here?

Seems like it is related to a bug in discovery-swarm/channel (https://github.com/mafintosh/discovery-swarm/issues/32) where the internal port doesn't match the external port and the wrong one gets reported.

Switching Docker networking to "host" mode works. This will use the OS ports instead of Docker's networking interface, getting around the external/internal port bug.

> Yes, and so it is tricky to know that default port is not being used. So it is tricky to debug. I would prefer a mode which would be...

Thanks for opening the issue! The `.dat` directory at `~/.dat` is used to store the write keys for all your dats. Unfortunately, we overlooked the idea that someone may want...

Can you run the same dat using https://github.com/mafintosh/hypercored? This will help us identify if its something specific to the command line or lower level modules. Thanks! edit: Just saw you...

Related to https://github.com/beakerbrowser/beaker/issues/1030 maybe?

@benrogmans you can address this for now by using the indexing option: ```js var Dat = require('dat') var filePath = 'hello.txt' var fileContent = 'echo 123' Dat('./test', {indexing: false}, function...

Also may look at https://github.com/sindresorhus/env-paths and https://github.com/sindresorhus/conf

@e-e-e looks like a bug in recursive-watch. Can you paste the code that is causing this? The `fs.lstat` is failing on the directory/file you're sharing. The clear function should [get...