nate giraldi

Results 5 issues of nate giraldi

I'm using cdt (thanks for this package!) in a few different toy projects. I'm wondering whether it would tolerable to replace calls to `print` that are used for logging (eg:...

enhancement

I'm trying to add `django-organizations` to a nascent project and it looks like it should do nearly exactly what I want except for one thing. I'm using a sub-classed OrganizationUser...

feature

Resolves aio-libs/aiojobs#72 ## What do these changes do? Resolves issue raised by @Dock1100 in https://github.com/aio-libs/aiojobs/issues/72. Brief description of the issue is that handlers were not being gracefully shutdown. ## Are...

See https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates for details. When using `skl2onnx` with `protobuf>4` an error like the following gets thrown: ``` TypeError: Descriptors cannot not be created directly. If this call came from a...

## What I am changing Replace the `fastapi` dependency with `fastapi-slim`. See https://github.com/tiangolo/fastapi/pull/11522 for details. My brief summary of what happened in the FastAPI project: Installing `fastapi` now comes along...