Maxim Martynov

Results 76 issues of Maxim Martynov

Hi. Do you have any benchmarks for reading & writing data using Spark Housepower connector vs others, like official JDBC driver? `Spark ClickHouse Connector is a high performance connector` but...

question

I'm using AIOConnectionPool and try to check its behavior if LDAP server become unavailable. Initial setup - I've started LDAP server on localhost, and try to search for a specific...

Currently dependency injection mechanism based on `Depends()` can be used for 2 different cases: 1. Move query/body fields from endpoint function annotation to separate class, but avoid making these fields...

feature
p4

#1413 removed Python 3.7 from a list of supported Python versions. But `minio-py` still can be installed on Python 3.7. If some next release introduces any change not compatible with...

## Checklist > Please ensure the following tasks are completed before submitting this pull request. - [X] Read and understand the [Code of Conduct][code-of-conduct]. - [X] Read and understood the...

# Summary I've running an application with uvicorn, and also using [python-json-logger](https://github.com/madzak/python-json-logger) to output all production logs in JSON (to pass them to ELK as is, without complicated parsing config)....

Fixes https://github.com/change/linguist/issues/5 for yml files. This allows to use live reload feature - in the case then locales have been updated in the yml/yaml files, the module which uses them...

Hello. There is an annoying fact about Github Actions - sometimes it runs actions twice. For example: 1. You just pushed a commit to a branch - testing workflow will...

Currently `MemoizedVocabulary` uses `:ets` for storing the translations. But OTP 21.2 provides a new `:persistent_term` module. It has the same get/put methods like :ets, but significantly improved performance for storing...

Hello. I've already fixed passing locales as atoms into t! and t functions: #30 But MemorizedVocabulary module does not check locale before saving it to :ets. So you can easily...