Nikita Gashkov

Results 8 issues of Nikita Gashkov

## What was wrong? The signature of `is_same_address` requires both arguments to be `eth_typing.AnyAddress`, but actually, the source code of the function allows any string to be provided. It would...

p3

## Checklist - [x] I have included information about relevant versions - [x] I have verified that the issue persists when using the `master` branch of Mode. ## Steps to...

Hello @p1c2u, thanks for your library. I've recently performed a scheduled dependencies upgrade and encountered the following warning: ``` ... /Users/.../lib/python3.9/site-packages/jsonschema/validators.py:190: DeprecationWarning: Passing a schema to Validator.iter_errors is deprecated and...

The `DocxTemplate#fix_tables` does not fix width of a table. # Details The problem is that `DocxTemplate#fix_tables` correctly updates `` but does not change `` of an individual cell. MS Word...

Request for enhancement

This MR modernizes developer tools, introduces code formatting, replaces Travis CI with GitHub Actions. ### `psycopg2` no longer installed for testing `asyncpg` is capable of running DDLs nowadays, so we...

#### System information * Geth version ``` Geth Version: 1.13.14-stable Git Commit: 2bd6bd01d2e8561dd7fc21b631f4a34ac16627a1 Git Commit Date: 20240227 Architecture: arm64 Go Version: go1.21.0 Operating System: darwin GOPATH= GOROOT=/Users/gashkov/.asdf/installs/golang/1.22.0/go ``` * CL...

type:bug

Fixes #29475. Right now there's a possibility of a deadlock between `TxPool` and `SimulatedBeacon` waiting each other (see issue for details), this MR tries to overcome it by scheduling block...

#### Preface Python has a way of checking that one dict is a subset of another one, as highlighed in https://github.com/pytest-dev/pytest/issues/2376#issuecomment-338407594. This is quite a nifty feature that allows for...