Bart Van Loon
Bart Van Loon
I agree with both your points: it's nice to have, but breaking it probably will cause a lot of headaches. However... if I'm right that this is an undocumented feature,...
Unable to install d/t Werkzeug / Flask / Lektor Dependency issue (temp fixed by rolling back flask.)
same here. Steps I just used to get to a working installation were: - pipenv install "flask==1.1.4" - pipenv install lektor
Hi all, I also want to let the community know about another person heavily relying on Lektor for online publishing. I also happen to be a technical guy with some...
Yes, you're right. I created a small pull request to fix those. Thanks for bringing this up. By the way, all Flask snippets seem to be gone: https://github.com/pallets/website/issues/41
I cannot confirm if it worked before, but I am getting the exact same error message, either when trying to import an .ics through a mutt macro, or directly from...
sure. here's the request body: ```xml "\x0A\x0A \x0A \x0A \x0A \x0A \x0A \x0A \x0A \x0A \x0A \x0A \x0A \x0A" ``` and the request headers: content-type=text/xml; charset=utf-8 connection=close accept=*/* depth=1 accept-encoding=gzip,deflate...
ah, so it's because of (one or more) broken event(s) in my calendar? so then the problem lies in formulating the response, not in parsing the request? they were all...
that's interesting. so, would it be a good idea to run the afflicted code (as discussed in https://github.com/sabre-io/Baikal/issues/1085#issuecomment-1418295860) against all events in our DB to check which one(s) cause(s) the...
Alright, let me look into it. Thanks for the pointers I currently have it working with a completely custom written, Nimble and PubSubClient based approach, but I'd rather be standing...
Just a quick question: part of the decoding requires and XOR operation of selected bytes with a given, static value. All other operations and conditions required seem fine, but I...