folex
folex
Consider this use-case: ``` /tmp => /.fluence/v1/services/workdir/5c911af0-0e22-4a6c-bdd2-c6a376e2cf69/tmp /tmp/vault => /.fluence/v1/stepper/particles/vault ``` I want to download file via curl or ipfs and specify output to `/tmp/vault/XXX`. So I want to do...
I've seen this on krasnodar's node, ``` Error: builtins deploy failed Caused by: on_start call failed: [String("get_peer_id: ipfs cli call failed: error: , stderr: Error: error loading plugins: open /config/ipfs/config:...
Currently, we're exposing too much information through the API of this service. We should trim prefix `/tmp/vault/$particle-id` from all paths returned from the API, and prepend that prefix to all...
I think we should name it `CID` as it's a term from IPFS domain
Hi! I'm trying to reproduce Amino encoding of the `Block` and `Commit` structures in Scala/Java, and I found an obstacle... When `Precommits` field contains `nils`s, it seems that Amino encodes...
Currently, if a node changes its protocol name, JS SDK throws the following error: ``` Error on sending particle with id c5be9a50-f4a4-48f5-8adb-0bbcb7d349d7: Error: protocol selection failed eval @ RequestFlow.js:177 ```...
Hi! I was trying to disable all logs except errors, but unfortunately `logLevel` doesn't seem to work. Here is what I've tried ``` logLevel in assembly := Level.Error logLevel in...
Hi! I have installed `licenseheaders-0.8.4` on macOS via `pip3`, like this: ```bash pip3 install licenseheaders ``` Installation logs seem fine: Click to expand Collecting licenseheaders Downloading https://files.pythonhosted.org/packages/80/01/3bcd4063e4ed517ff7e72aad98ab4135b8307585b0022be18e093178cf38/licenseheaders-0.8.4-py3-none-any.whl Collecting regex (from...
When deployed to Rust Peer, trust-graph spams to logs like this ``` [2022-05-03T14:42:46.604198Z INFO trust-graph] row: [String("1DnC9qFviNEgCKPRSL2YvDMAzbaTJij1kTtedj58oVhFF"), Integer(2)] [2022-05-03T14:42:46.631279Z INFO trust-graph] row: [String("1DnC9qFviNEgCKPRSL2YvDMAzbaTJij1kTtedj58oVhFF"), Integer(2)] [2022-05-03T14:42:46.656796Z INFO trust-graph] row: [String("1DnC9qFviNEgCKPRSL2YvDMAzbaTJij1kTtedj58oVhFF"), Integer(2)]...