Andreas Mietk
Andreas Mietk
Currently the internal [_add_api_route()](https://github.com/awtkns/fastapi-crudrouter/blob/9b829865d85113a3f16f94c029502a9a584d47bb/fastapi_crudrouter/core/_base.py#L119) function is implemented with **kwargs which is passed to FastAPIs `add_api_route()` Unfortunately its not possible to add any **kwargs, because all the CRUD functions aren't utilising...
This is about **Bulma**. ### Overview of the problem Adding a custom shade via $custom-shades results in a broken css class This is about the Bulma **CSS framework** I'm using...
This is about **Bulma**. ### Overview of the problem Adding a custom shade via $custom-shades results in a broken css class This is about the Bulma **CSS framework** I'm using...
Hello, my colleque and i noticed, that a pages folder like the following breaks the routes generated object. ```bash ├── index.vue ├── _sub │ ├── helloWorld.vue │ └── index.vue └──...
Why was it removed in this commit? https://github.com/mongkok/fastapi-debug-toolbar/commit/ea024c56db3ab1e7297e234305467dd3fb950e2f
### Describe the feature Hi, im using the local provider with a FastAPI backend where i generate my JWT tokens where i also set the `expiration` value. ```python def generate_jwt_token(user:...
### Environment Node v22.6.0 Nuxt v3.17.5 ### Reproduction `/server/pdf-to-image.ts` ```typescript import { defineEventHandler, EventHandlerRequest, H3Event, setHeader } from 'h3' import formidable from 'formidable' import { renderPageAsImage } from 'unpdf' import...