Wissperwind

Results 27 comments of Wissperwind

@Peter-Slump it would be great to add an "outdated" batch in the doku and the github page.

@RicardoFernandez-UY What are you using at the moment? What is the current best practice to pare django with keykloak?

Ok, have you tried this one? https://github.com/urbanplatform/django-keycloak-auth This is the one I try to figure out today.

This seems to be a problem of the dynamic loading of the fint files from the google servers. I think the text structure, where the words are in the screen...

Hi, I have the same error with python 3.9.5. I am making a windows service. I use cherrypy as webserver hosting django. If I run the service in debug mode,...

No plan to fix that bug more than 10 years after opening the issue?

``` Error: XMLHttpRequest error. C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/_internal/js_dev_runtime/patch/core_patch.dart 910:28 get current packages/http/src/browser_client.dart 69:22 C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/async/zone.dart 1685:54 runUnary C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/async/future_impl.dart 160:18 handleValue C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/async/future_impl.dart 767:44 handleValueCallback C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/async/future_impl.dart 796:13 _propagateToListeners C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/async/future_impl.dart 593:7 [_complete] C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/async/stream_pipe.dart 61:11 _cancelAndValue C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/async/stream.dart 1288:7...

ok, seems that my cherrypy has that limit in request body size. What is the best method to split a file in flutter to upload in chunks? You can close...

So, to everyone else, I advise downloading the code and fixing context.dependOnInheritedWidgetOfExactType

Ok, I did that. ``` path("admin/login/", admin_login_redirect), path('admin/', admin.site.urls), ``` The ordering seems to matter. It now says that I have not set AUTH_URL in settings. What value do I...