Matthew Badger
Matthew Badger
There're a few issues with the example server, even after using the prerelease version. Probably not worth a PR, so here's an update example with notes below: ```python import asyncio...
I have a large protobuf package whose messages, etc. are defined over multiple files. However, `ProtoContentBase.proto_file` always refers to the *first* file of the package passed to `protoc`. As a...
## Description & motivation This pull request adds two macros which extend the functionality of the `compare_column_values` macro, as follows: - `compare_columns_values` extends the existing `compare_column_values` macro in the following...
### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://pydantic-docs.helpmanual.io) and still think...
I just had a hell of a time trying to get `!include` working, and hadn't realised how restrictive the syntax is. This PR clarifies the documentation on includes to prevent...
## Draft This is work-in-progress to enable BSplines to be evaluated outside thier knots, based on their derivatives on their boundary knots. Currently, nothing is plumbed in and there are...