Mikhail Tsyganov

Results 7 issues of Mikhail Tsyganov

Firstly created [issue](https://github.com/citronneur/rdp-rs/issues/8). But after thought, I can diy serde support.

What about to add optional serde support for [event](https://github.com/citronneur/rdp-rs/blob/master/src/core/event.rs) structs? I use your client in my project and have to write identical wrapper structs with (de)serialize, it's redundantly.

**Problem** pgx v4 has PreferSimpleProtocol [option](https://github.com/jackc/pgx/blob/v4.17.2/conn.go#L128). It disabled by default. If I want to enable it for pgx connection, I have to do following: 1. Parse url and register global...

**Is your feature request related to a problem? Please describe.** PGX driver V5 was released - https://pkg.go.dev/github.com/jackc/pgx/v5. **Describe the solution you'd like** 1. I suggest migrating from pgx v4 to...

@tomatome thank you for package and working RDP library. I offer following changes: 1. More comfortable RDP client (IMHO, it's better than current) 2. Fix current tests and add new,...

# Version github.com/elastic/go-elasticsearch/v8 v8.15.0 Elasticsearch version: 8.2.2 # Description If client option `CompressRequestBody` is enabled, request body becomes empty in [logger](https://github.com/elastic/go-elasticsearch/blob/main/elasticsearch.go#L108) request [here](https://github.com/elastic/elastic-transport-go/blob/main/elastictransport/elastictransport.go#L373), because it already read in gzip compressor....