jannis701

Results 11 comments of jannis701

i confirm this issue in the current version. and similar to this I can add: if you have **radio-buttons** in your sv-element, the current selection of the radio-button will vanish...

as this project had now again some coding-acitivity in the last months, I'd like to emphasize this issue, espacially as an apropriate PR already exists...

this one: https://github.com/yiisoft/yii/commit/e08802ea5c178386fb1749d4d65e0ef7b436981d

without my change: ``` HTTP/1.1 200 OK Date: Fri, 30 Sep 2022 06:53:31 GMT Server: Apache/2.4.41 Expires: Fri, 30 Sep 2022 09:53:31 GMT Cache-Control: max-age=3600, public Pragma: Last-Modified: Thu, 05...

I have the exact same issue. Android 5.0.1 Samsung Galaxy S4 (GT-I9505) I attached the output of `adb logcat *:E`when starting OpenNoteScanner [android-error-log.txt](https://github.com/ctodobom/OpenNoteScanner/files/2172266/android-error-log.txt)

Yes I did install OpenCV 3.4.1 (newest Version) manually, because I don't use the playstore. Thank you for the hint, using OpenCV 3.1.0 works for me!

one way would be to mention it in the uberlab-documentation (see my pull-request). or another idea (where I cannot help much): not hiding the key in the uberspace Dashboard, but...

thank you for pointing out the `Depends()`-Syntax to use with pydantic-Models @JobyGeJo . I did not get this possibility from the documentation https://fastapi.tiangolo.com/tutorial/dependencies/ which talks only about functions for `Depends(...)`....

following the Documentation at https://fastapi.tiangolo.com/tutorial/query-param-models/ I would expect that the `Annotated[FilterParams, Query()]`-Syntax should work, so I would still consider it a bug, that aliases of Pydantic-Fields are broken with this...