Lukas Kahwe Smith
Lukas Kahwe Smith
I guess there are other plugins which hook on the PHP level ..
might be a duplicate of https://github.com/jrief/django-admin-sortable2/issues/372
yeah that could be interesting .. it would also allow for fallback logic .. f.e. if “Lehrperson” is missing, you could look for “ehrperson”, “hrperson”, “person”. this is something I...
maybe just put each word of the original license and the license being checked on a new line and running diff and counting the lines with differences give a good...
thx .. will try it out
In my case I fixed it now using ``` uvicorn.run( app, host="0.0.0.0", port=8000, server_header=False, ) ```
about the metadata idea, I just found `emoji.EMOJI_DATA` which ideally could be expanded.
I guess right now there is no work-around when using Python 3.12?
@cvzi based on 6fb1321323b046992e2317786235230cd2db8faf you are releasing a work-around?
sorry didn't get to it today will try to do it tomorrow morning