Thomas PEDOT

Results 26 issues of Thomas PEDOT

There is no problem to use APIRouter instead of FastAPI. Exemple : app = FastAPI() router = APIRouter() @app.get("/") def read_main(): return {"message": "Hello World from main app"} router: APIRouter...

Hello, I wonder if there is way to use this library not in environment but with an input files ? Thanks for your work !

The method function compute only take scheduler instead of get argument with: `` dask.__version__ '1.0.0' ``

Hello, trying to parse this API https://axonaut.com/api/v2/doc.json ``` if ("oneOf" in param.schema && param.schema.oneOf) { ^ TypeError: Cannot use 'in' operator to search for 'oneOf' in undefined at C:\Users\thomas.pedot\Developpements\platformes\sandbox\openapi2n8n\nodebuilder\dist\services\OpenApiStager.js:193:25 at...

Hello, How to setup paginiation this is the response { "transactions": [{...}], "meta": { "current_page": 1, "next_page": 2, "prev_page": null, "total_pages": 3, "total_count": 210, "per_page": 100 } } This is...

### Feature description In a CI/CD process like Kestra, it's common to encounter Docker Hub rate limits when pulling Docker images repeatedly during builds. To mitigate this issue and improve...

enhancement
kind/cooldown
good first issue