boneyard93501

Results 22 comments of boneyard93501

will that work ? ```bash iff --git a/microraiden/proxy/resources/paywall_decorator.py b/microraiden/proxy/resources/paywall_decorator.py index 2cad739..2e28c55 100644 --- a/microraiden/proxy/resources/paywall_decorator.py +++ b/microraiden/proxy/resources/paywall_decorator.py @@ -38,7 +38,12 @@ class Paywall(object): if self.channel_manager.node_online() is False: return "Ethereum node is...

just encountered the same issue: ``` root@99871fbf5bb3:/# node --version v14.18.1 root@99871fbf5bb3:/# npm --version 6.14.15 root@99871fbf5bb3:/# ceramic daemon Ceramic daemon failed to start up: InvalidValueError: The ipfs-repo-migrations package does not have...

we're using IPFS (go) also and that's where the clash is coming from. we created a workaround in one of the testnets, which should get hackathon participants by for now....

thanks for the quick reply. support for `in`: https://sqlite.org/lang_select.html#whereclause support for `carray`: https://www.sqlite.org/carray.html being able to pass a Vec to bind might just do here's how rusqlite is doing it:...

yep. that's a need. my solution proposal some time back was to integrate with a kv store or even hashi vault or to embed a kv store to ~~fldist~~ ~~aqua-cli~~...

re cids: saves the repeated upload to ipfs. ideally, and when pinned, you upload only once to ipfs and then use from ipfs for additional service deployment. more sugar than...

``` I think intention to reduce deployment time by reusing uploaded modules is a very valid one, especially if you interact with the same IPFS node a lot. I think...

same here. started after the (latest) xcode-select update to version 2384. llvm 15.0.1, rust 1.64.0 (a55dd71d5 2022-09-19), cargo-tauri 1.1.1

https://github.com/fluencelabs/dev-rewards/issues/58

https://github.com/fluencelabs/dev-rewards/issues/48