Tom Wallroth
Tom Wallroth
Hi Simon, sorry to hear that the script does not work for you. Unfortunately I cannot reproduce the problem. Maybe you can tell me more about your setup, so we...
Dear DRF-JWT developers, I made this small change that allows to get a public key based on the header of the JWT token. This allows for easy integration with e.g....
I fixed the JWT_AUTH settings being clobbered by DRF when calling `reload` on the APISettings object. This means that `@override_settings` decorators now work properly. By fixing the settings being clobbered...
Try setting the environment variable `QT_API=pyside2`. After that it works for me. e.g. in the shell, run ``` QT_API=pyside2 guiscrcpy ```
I made a quick hack to allow drag'n'drop in the admin by extending the `OrderedModelAdmin`, see this gist: https://gist.github.com/devsnd/38b9d4ff573a0611a87f10ab3042db45 Just use `DragndropOrderedModelAdmin` instead of `OrderedModelAdmin` when creating your admin class...
Recently I only find the time to write FLOSS code when I travel e.g. on a plane, so I guess I need to take a vacaction far away to get...
Question from mathiascode: Should we keep exposing MP3, OGG etc interfaces directly, or only the TinyTag interface in the 2.0 release?
Would you mind posting in english? You can use any web translation service and we'll be able to talk :)
Hey @RileyTheEcon TinyTag isn't really meant for movie files, but I'd happily support additional meta data. I thought it would be nice to have a section in the tinytag return...
Hey @armsby , Yes, please provide a sample file so that I can take a look