Arnaldo de Moraes Pereira
Arnaldo de Moraes Pereira
This change updates both the code and also the README. Beware that it does not add any test yet and it contains another change ahead of `itzmeanjan/ette`.
This one might need a little investigating: sometimes ette receives GOAWAY from the node and handles that as any type of error. An example log message follows: `Post "https://mainnet.infura.io/v3/x": http2:...
**Problem**: when an unexpected block is received, ette exists with a `log.Fatalf()` call. That happens in two cases: 1. https://github.com/itzmeanjan/ette/blob/main/app/block/listener.go#L52 2. https://github.com/itzmeanjan/ette/blob/main/app/block/listener.go#L66 The latter states that ette bails because it...
This adds `banner.gif` and `webUI.gif` to lfs, fixing the following issue: ``` Encountered 2 file(s) that should have been pointers, but weren't: sc/banner.gif sc/webUI.gif ```
## Description --- With transcription and Vosk enabled, I'm noticing an odd behavior: the number of jigasi threads only increase after transcription sessions. ## Current behavior --- The feature works...