folex
folex
I'm trying to run tests from `pkg/liquidity-mining` and `pkg/deployments/tasks/20211202-no-protocol-fee-lbp`. So far no luck. ## Versions ``` % yarn --version n2.4.1 % node --version v16.13.2 % npx hardhat --version 2.8.3 %...
Maybe I just don't understand how such cases should be handled, but for me it's quite obvious that `serialize * deserialize` should be `identity`. ``` import org.json4s.Extraction import org.json4s.native.JsonMethods._ val...
Hi! Thank your for the project :) I found myself missing an implementation of the Summary metric, so decided to file an issue in case anyone (maybe myself) decides to...
Depending on the underlying WASM code, it's possible that `Marine::call` will block forever. To counteract such situations, Fluence Node needs a tool to limit execution time. I see two possible...
Currently `-s` option applies a case-changing transformation to the passed string. This is a great and ergonomic default. However, in some cases, it makes sense to disable that transformation: it's...
### Version 0.7.2-303 ### Code ``` import "@fluencelabs/aqua-lib/builtin.aqua" func bug(): stream: *string if Op.identity(stream)! == "OK": Op.noop() ``` ### Error ``` % aqua run -i stream_bug.aqua -f 'bug()' --addr krasnodar-01...
Users should be able to reuse same Secret Key / PeerId easily. For managing services, querying stuff through Registry and so on. This is a must-have for good UX. Right...
It's a good UX to provide actionable suggestions to fix the problem. In case of missing imports, we could try to detect if it's an import from some library, and...
It's really hard to tell if there's a mistake in argument placement or not. All strings. ``` RegistryService.putHostValueUnwrap(replica_set_id, HOST_PEER_ID, service_id, solution) func putHostValueUnwrap(replica_set_id: ReplicaSetId, relay: PeerId, service_id: Uuid, solution: string)...