Konstantin Solovev
Konstantin Solovev
**Describe the bug** After updating Mysql server from 5.7.25 to 8.0 some queries started to fail with error: `java.lang.UnsupportedOperationException: LongBlob is not supported!` **To Reproduce** Mysql server version: **5.7.25** finagle-mysql...
I have a test like this: ```scala test("Finagle StdClient is stuck on nested transaction") { val finagleClient: Client with Transactions = getUnderlyingFinagleClient val future = finagleClient.transaction { tx1 => for...
I've tried to insert a batch of rows into Db and reached OutOfRange error. Looks like a problem in the case when the first row contains fewer columns than the...
I have panics from times to time, like this: ``` panicked at 'index out of bounds: the len is 4 but the index is 4'","thread":tokio-runtime-worker,"location":/home/rust/.cargo/registry/src/github.com-1ecc6299db9ec823/clickhouse-rs-1.0.0-alpha.1/src/types/column/list.rs:22 panicked at 'index out of...
### Problem `net_dynamic_hb` test fails every time one node left in the network. With this error: ```thread 'drop_and_re_add' panicked at 'crank: network queue empty', src/libcore/option.rs:1008:5``` > That one may be...
### Motivation Better testing `DynamicHoneyBadger` for a more general case. ### Proposition New test case `replace_all_validators` will replace the entire network with a new one. The new set of validator...
**Описание** Не конфигурируются порты расширителя MegaD-16PWM-I2C в yaml. **Версии систем** Enviroment: ubuntu server 20.04, hoveassistant развернут в докере HA version: Home Assistant 2022.8.3 Frontend 20220802.0 - latest mega_hacs version: v...
## Feature Request Make `service` and `method` static fields public, like this: ```rust /// A gRPC Method info extension. #[derive(Debug, Clone)] pub struct GrpcMethod { pub service: &'static str, pub...