Paolo Dina

Results 10 issues of Paolo Dina

- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Issue Hi, thanks for this wonderful tool, it's a very nice...

question

Hello, I installed django-compressor-autoprefixer but can't get it work. The node stack should be ok, it's installed with Node 0.10.25 + es6-promise patch and postcss-cli. Then I added `django_compressor_autoprefixer.AutoprefixerFilter` to...

Hi! I'm trying the template and I noted something like the following in dev tools console panel. ![image](https://user-images.githubusercontent.com/1157401/167244779-f83cc7d4-7565-406f-b084-806e4803d2f5.png) The output of the console where I run `npm run dev:start` also...

In a brand new install, marking or deleting a todo throws a `400` error in the dev console. This is because of this: https://github.com/sveltejs/kit/pull/2989 They merged the change yesterday and...

I'm trying the middleware and [reading the docs](https://fastapi-auth-middleware.code-specialist.com/examples/multiple/) > Once Starlette includes this and FastAPI adopts it, there will be a more elegant solution to this. FYI https://github.com/encode/starlette/pull/1649

Similarly to #579 I have two schemas and I want to conditionally return one or the other. ```python @router.get('/', response={200: list[ExchangeSchema|ExchangeMiniSchema]}) def list_exchanges(request, mini: bool = False): if mini: result...

Hello, I installed pyflow 0.3.1 via .deb then tried to install `pyinfra`, but having an issue. Similarly to #139 there is a problem with charset-normalizer. What is different is the...

Hello and thanks for the starter kit. Not sure if it happens to you too, but I noted a small issue modifying `index.html` markup consisting in page flickering in the...

could this be useful? if you think so feel free to merge the patch.