Sergey

Results 19 comments of Sergey

**So, an important update!** Even my benchmark above is broken - `sed` on mac is not the same as on `Linux`. Therefore, I switched to `gsed` ``` ➜ ~/tmp hyperfine...

Faced the same issue today. Found out that in `call()` cleo parses the arguments differently, e.g. ```python # trying to call command "x" with a required argument "value" as "100"...

Workspace Apps were considered legacy, https://api.slack.com/legacy-workspace-apps

Have been facing this issue on a Nix environment with Python 3.11.8, Ansible 2.13.13 and Mitogen 0.3.4. So I hijacked the `is_stdlib_name()` function a bit ```diff diff --git a/mitogen/master.py b/mitogen/master.py...

As a side note, there's no way to figure out if `/cosmwasm/wasm/v1/contract/neutron1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshlt6zh/smart/eyJsaXN0X3Byb3Bvc2FscyI6IHt9fQ==` returned all props or just some of them.

Can you please explain how it works? It seems like there are at least several syntax errors

Expanding a bit on this issue, we, too, faced this issue on Sei testnet (`atlantic-2`). From what I understand, Sei has its own fork of tendermint - https://github.com/sei-protocol/sei-tendermint. So I...

We also observe an OOM while syncing a node. More over, the acala's finalized block went to 0, and its catching up speed doesn't look good. We run it as...

> it is expected the finalized block to be 0 while the relaychain part is syncing It synced from 0 to (current head) in a day, and then after another...

> it is expected the finalized block to be 0 while the relaychain part is syncing > It synced from 0 to (current head) in a day, and then after...