soylent

Results 19 comments of soylent

I dealt with this problem several times. But in my case buffer chunk files got corrupted and fluentd (v0.12 in my case) was forwarding garbage. I guess we could update...

@terlar unfortunately, this case does not work at the moment, but definitely should be supported. There are test cases for JSON reference support in the JSON schema test suite, for...

If you find an alternative, then you can just set the `OFFSTREAM_IPFS_API_ADDR` and `OFFSTREAM_IPFS_GATEWAY_URI_TEMPLATE` envvars. Also, I plan to add an option to store stream data on disk in addition...

Unlike Infura's gateway, dweb.link is not a writable gateway, so offstream won't be able to use it to store stream data. You could use your own private writable IPFS gateway...

Looks like weblink is selecting the correct address. You don't need to have IPv6 turned on to access it. Have you tried these steps already? https://github.com/soylent/weblink/issues/10#issuecomment-1221437041 Also, your firewall may...

You will need to configure your firewall to allow incoming connections to TCP port 8080. Once you connect your phone to the weblink app on your PC, it will start...

If you're using Windows Defender Firewall, make sure that the option "Notify me when WDF blocks a new app" is turned on and remove any existing rules for "Ruby interpreter..."....

Can you open http://127.0.0.1:8080 or http://172.31.64.1:8080 on your PC while the app is running? Can you ping your phone from your PC? `ping

Apologies for the lack of responsiveness on my part. I've been trying to reproduce your issue locally, but so far I haven't found where the bottleneck is. Is the speed...

`gem` installs packages system-wide by default, which requires root permissions. I recommend using the `--user-install` flag to install gems in your home directory instead: ``` $ gem install --user-install weblink...