heeplr
heeplr
Thanks you. The problem seems to be that ```OPENAPI_SWAGGER_UI_CONFIG``` is json serialized and thus (obviously) can't contain javascript function objects. The PR is somewhat related as it embeds javscript which...
I'll just leave that here for the future record. My first thought was some kind of JavaScript("...") wrapper that gets later embedded unquoted verbatim to be able to do something...
I also encounter this issue and get "Update server couldn't be reached for X days" notifications. When I insert ```diff public static function checkIp6(string $requestIp, string $ip) { $cacheKey =...
In 25.0.0 the Exception moved but it's still there: ``` [internet_connection_check] Fehler: RuntimeException: Unable to check Ipv6. Check that PHP was not compiled with option "disable-ipv6". at 0. /var/www/hosts/cloud/htdocs/3rdparty/symfony/http-foundation/IpUtils.php line...
Indeed it's not a problem in the Music section. I had to start a vertical scroll really quirky to have the swipe triggered there.
I found the code is based on ViewPager2 and [this stackoverflow question](https://stackoverflow.com/questions/67334537/how-to-make-viewpager2-less-sensitive) that describes my issue. Maybe the mentioned solution is usable in our case. (btw. less sensitivity on the...
If there's no decent fix, maybe a possible workaround could be a config option to disable tabs permanently. The same might be nice for the Music section. I suppose most...
That seems rather pokish. A clean way to separately disable specs and docs via init_app() argument and configuration setting would be preferable.
I need this too for posts in language A that haven't been translated to language B, yet but B is the default language. Those posts shouldn't be displayed for language...
Using this since I'm also interested in drawing within textual. I want to do a X/Y plot with interactive widgets. So some primitives (line, circle, pixel) would be needed. Is...