Sylvester Duda
Sylvester Duda
I made a fiddle to hopefully help clarify what I was saying! I've spent some time in the source, but I'm still a little stumped as this is a little...
having this issue as well. i'll put together a jsfiddle for you tomorrow, as the one provided above did not work for me at all.
https://jsfiddle.net/slyduda/p3Ljc0ht/173/ I also had trouble importing Scrollbox as a CDN so I attached the whole script in there. My code is at the bottom. The demo should demonstrate two things:...
I was able to fix this by commenting the following lines from the vobject package `vcard.py` file ```py def decode(cls, line): """ Remove backslash escaping from line.valueDecode line, either to...
just ran into this issue on windows as well
After doing further testing I am noticing that I am not getting conflicts when nesting 2 db sessions within one session. The following code works for the second db_session function....
After some further testing, I have found that when the db_session wrapper is used with a async functions, the __call__ property is not working correctly causing no value to be...
The following change fixed my issue. From what I understand, this is a vobject issue. https://github.com/Kozea/Radicale/issues/1238#issuecomment-1352530048