Bas Schoenmaeckers

Results 17 issues of Bas Schoenmaeckers

## What are the steps to reproduce this issue? When useInfiniteQueryParam is enabled orval will generate invallid code for endpoints without the specified param. In the orval config, useInfiniteQueryParam is...

bug

This fixes DATAREST-1524 after it was broken by DATAREST-1383. - [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] There is a ticket in the bug tracker for...

status: waiting-for-triage

There is a Dockerfile available in the repo but it is not (yet) published to the package registry.

release

closes #11 I wasn't sure how to use the default generic value when calling the constructor in the existing tests, so I had to change them. If this can be...

This is the first iteration of the process to update to pyo3 0.22. The first step is to make the current code compile against the new version. In following MR...

This pulls in the `PyCriticalSection_Begin` & `PyCriticalSection_End` functions new in 3.13 and use it to lock the PyDict iterators as d described [here](https://docs.python.org/3.13/howto/free-threading-extensions.html#pydict-next). I'm not sure about the `PyCriticalSection` struct...

CI-build-full

Currently `VerifiedRegistration` contains the `attestation_object` as bytes but it would be convinient if `VerifiedRegistration` contains the parsed `AttestationStatement`. This would make it easy to save the statement for later use...

The free-threaded build of python is still in beta but it would be great to make it available so users can test it. ref #263, #319

This special cases chrono's `DateTime` from python conversion to allow naive datetimes. As suggested in https://github.com/PyO3/pyo3/issues/5169#issuecomment-2921943605. ref #5169, #5174