Derek J. Lambert

Results 4 issues of Derek J. Lambert

Type specific schemas don't respect excludes passed to ```OneOfSchema```. This adds an ```__init__``` method to the ```OneOfSchema``` class so the instantiation arguments can be saved and passed to the type...

On Python 3.6+ (where dict is ordered) I'd expected the following to always return the same results: ```python import jsonpatch a = { 'key1': 'value1', 'key2': 'value2', 'key3': 'value3', 'key4':...

In addition to `query4` the `leases4_committed` hook takes two arguments `leases4` and `deleted_leases4` of type `isc::dhcp::Leases4CollectionPtr`. I'm trying to update client DNS records on a Samba server. Since Kea doesn't...

The module is failing compilation in `lease_mgr.cc` with Python 3.9 and Kea 1.8.0 under Ubuntu 21.04 on aarch64: ``` admin@h-tst-smbdc-01:~/src/kea_python/keamodule$ python3 setup.py install running install running build running build_ext building...