Bernd Wechner
Bernd Wechner
Hmmm, I have since discovered: https://bugs.python.org/issue31800 https://github.com/python/cpython/pull/4015/files in short since Python 3.7 the %z code will parse with a colon or without one (simply [not documented](https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes)). So the compatibility has...
I just ran into this same problem. Will use @asucews fork for now, though suggest you post the link to use in `requirements.txt` for the job. Will research that now...
Go with this in `requirements.txt`: ``` django-currentuser @ https://github.com/asucrews/django-currentuser/archive/refs/heads/master.zip ```
Did you have any luck client siding this? I am keen to find a style inliner that runs clientside not server side.
Gave up ages ago and wrote my own using pretty much the method you just shared: https://github.com/bernd-wechner/Copy-with-Style https://dev.to/thumbone/series/14563
I don't ;-). I don't generally use those pseudo elements, so it I'd need to test it to see what happens. getComputedStyle is slow alas and hence I put a...
Thanks for clarifying. And fair enough. A documenting note on the Releases page or as close as possible (the README if need be) to state that, might save some confusion.
We'd love to be able to add links tot he intro as well! But basic layout of the intro would be awesome! Not sure why it needs a dedicated component....
Not sure why the thumbs down from @skjnldsv because, given formatting is not available I put the description of the form onto a PicoCMS page, no problem, and it just...
Nextcloud does allow some HTML. b tags, a tags both work on the PicoCMS app.