Karthikeyan Singaravelan
Karthikeyan Singaravelan
Non quoted message is not detected correctly if there is a tab character after "From : " or "Date :"
This seems to fixed with #124
Possibly added as part of this PR : https://github.com/scikit-learn/scikit-learn/pull/7248 Relevant issue : https://github.com/scikit-learn/scikit-learn/issues/7135 I think this would require re-generation of the models in the data folder but I am not...
This is an issue with Python 2 too which I hope can be fixed too. The original logic in the code was committed around 16 years back : https://github.com/python/cpython/commit/bbc0568a5c7d3849a22c78d545823a4b952c0933 and...
I just checked back the behavior on Perl's https://github.com/libwww-perl/URI/ . It seems to handle that along with other additional cases. Maybe some of the tests can be adopted from there...
@RNHTTR I have a PR open for this that is almost complete. I didn't know there were 2 issues for this feature. https://github.com/apache/airflow/pull/38449
It has been made as a separate section in 2.9.1 in this PR. I guess the removal was intentional. https://github.com/apache/airflow/pull/39122 cc: @bbovenzi
Isn't rendered template available in details tab at the bottom? Is the new section missing some details from old page?
Thanks, the legacy page uses renderers along with pformat which indents the dict. Maybe the issue can updated to have formatting for the values like the legacy page.
I was working on this issue and it looks complex since the legacy page uses the task template fields to get the relevant renderer and uses pygment lexer for highlighting...
Another thing is that case in the fields in the response like `bash_command` is turned to `bashCommand` at the react layer which gets rendered in the UI as `bashCommand` which...