Tom McLean
Tom McLean
On the oauth2-proxy proxy, there is an[ endpoint to get the userinfo](https://oauth2-proxy.github.io/oauth2-proxy/docs/features/endpoints): > /oauth2/userinfo - the URL is used to return user's email from the session in JSON format. Is...
**Is your feature request related to a problem? Please describe.** I want to interpolate for multiple variables on the same grid (My grib data holds wind speed, wind direction U,...
# Feature request ### Context My previous models all have fields such as `_date_created` which I would like to support by having a base document model such as: ```python class...
I want to save pydantic models in my mongo database, so I made a custom field that inherits from DictField: ``` class BaseModelField(DictField): """ A pydantic BaseModel field. Stores in...
I have a tile set that is defined for zoom levels 0-2, but I want it to continue to show beyond a zoom level of 2. I believe this is...
**Is your feature request related to a problem? Please describe.** Providing pre-built wheels built inside a manylinux container makes the package easier and faster to install on Linux. **Describe the...
### Description A library I am trying to build wheels for, you need to pass in the boost root directory like so: ``` python3 setup.py build_ext --boost-root=/path/to/boost ``` I am...
I was wondering if you knew where to set the include path for pybind11 so that intellesense in vscode can find pybind11?  ``` #include errors detected. Please update your...
When I run my application for several hours (at least 5 hours) I get the error: ``` [2024.05.10-16.21.29:800][693]LogStreaming: Display: 0.160 ms for processing 89658 objects in RemoveUnreachableObjects(Queued=0, Async=0). Removed 0...
I am trying to do a screenshot of a docker container which runs firefox and a vnc, you can run this yourself like: ``` docker run -p 5900:5900 jlesage/firefox ```...