Hamza Faran
Hamza Faran
@MuratDoganer If this is a broadly applicable fix, please submit a PR so that everyone can take advantage of it. Thanks.
I have no interest in supporting EOL'd versions of python. The minimum supported python version can be updated to 3.9. So the more "aggressive" changes are fine so long as...
Feel free to submit a PR for this and I'd be happy to get this in
Happy to accept the above fix as a PR if anyone would like to put one forth.
@mrnhtyzgld Feel free to ask any questions here or open a new issue on Github if you have a different question
Seems like this is the default behaviour of the library that is used for static output. It is used here: https://github.com/hfaran/slack-export-viewer/blob/master/slackviewer/freezer.py https://frozen-flask.readthedocs.io/en/stable/index.html#getting-started > Note > > Frozen-Flask considers it “owns”...
This is fine, but I would still prefer we at least use str.format here (which should still be supported in 3.4) instead of string concatenation: https://docs.python.org/3.5/library/stdtypes.html#str.format Can you make that...
TIL Mattermost. @limwz01 does this PR break existing image links? Just want to make sure everything else that works before still does and that there will be no regression from...