You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library could use logging, especially for some of the codecs like PNG where the order of execution is variable depending on the file (e.g. ZIP is more straightforward and standardised)
Not urgent (did not have a clear view of how much logging to do at the start) but currently using print statements where logging to console would be preferable.
Also would serve as a form of documentation on the order of execution/program structure for others wanting to use/develop on the library.
The text was updated successfully, but these errors were encountered:
This library could use logging, especially for some of the codecs like PNG where the order of execution is variable depending on the file (e.g. ZIP is more straightforward and standardised)
Not urgent (did not have a clear view of how much logging to do at the start) but currently using print statements where logging to console would be preferable.
Also would serve as a form of documentation on the order of execution/program structure for others wanting to use/develop on the library.
The text was updated successfully, but these errors were encountered: