daa

Results 11 issues of daa

Work done in #58 adds an ability to include or exclude single schema, but recently I've met the need to limit considered schemas to a list of them or symmetrically...

enhancement

Track enum declarations by schema type like it's done for object types. Fixes #17 .

Considering possible different client adapters implementation, for example for ``curio`` or ``trio``, and their different API regarding response, I thought that it will be useful to pass to callback not...

help wanted
Critical

``abc`` module provides the infrastructure for defining abstract base classes (ABCs) in Python, as outlined in PEP 3119. The point is that not fully defined successors of abstract base class...

Needs Maintainer Input

**Is your feature request related to a problem? Please describe.** I have a HA PostgreSQL cluster consisting of 1 master and 2 replicas with quorum commit and I'd like to...

enhancement

This issue is more informational than bug report or feature request because I don't really know how to automatically detect such situation and I don't want to suggest building libraries...

First, there is no need to link against `termcap` - `readline` and `curses` modules do not need it at linux, and this fails PyRun build on systems where `libtermcap` is...

Currently pyrobuf does not support defining field in message with type defined in another message. Example proto: ``` message M { optional string s = 1; message N { required...

I really appreciate your library and would like to use it, so first of all thank you for it. I understand that you don't have to do anything for me...

While one can construct Ed25519 key pair with ``pkey.new {type = "ED25519"}`` it requires message digest context as its ``sign()`` input but EdDSA supports only one-shot api (https://www.openssl.org/docs/man1.1.1/man7/Ed25519.html) and consequently...

component: pkey