Thomas PEDOT

Results 26 issues of Thomas PEDOT

Hello, First of all, I am not an expert of FastAPI... so it might not be related at all to fastapi-crudrouter. I have Pydantic class which holds file metadata: ```...

https://fastapi-crudrouter.awtkns.com/routing "Working" ``` from pydantic import BaseModel from fastapi import FastAPI from fastapi_crudrouter import MemoryCRUDRouter as CRUDRouter class Potato(BaseModel): id: int color: str mass: float app = FastAPI() router =...

documentation

I did some small refactoring to work with updated version of Celery 4.2.1 and make it works with windows. Support on windows is not supported anymore but add some information...

Hello, I wonder if it's is normal to change the behavior of json request, eg. *?format=json* I have different API and I just want to use this library for one...

enhancement

### What I'm trying to achieve Using the VatLayer plugin ### Steps to reproduce the problem In dashboard: 1. Activate the plugin with appropriate API key 2. Go to http://localhost:9000/dashboard/taxes/...

bug
taxes

## Questions Before using this operator, I wonder if it possible to use an external credential manager. I am using the External Secret Operator but it can be anything another...

**Is your feature request related to a problem? Please describe.** There is no problem. **Describe the solution you'd like** Provide a jsond or any equivalent format to understand the datamodel...

https://github.com/doccano/doccano

Hello, I wonder if someone already tried it with gridfs ?

question
epic

In saleor, vcr is used and produced names breaks because windows doesnot accept some characters [, ] :, etc... https://github.com/saleor/saleor/pull/9086 Do you have a workaround ? Or an idea to...