Henry Nguyen
Henry Nguyen
Running ReadabiliPy from multiple Python processes causes the /tmp/full.html files to be overwritten when using the Node readability code. Relevant code here: https://github.com/alan-turing-institute/ReadabiliPy/blob/554327240dd8d8178fb460cc24cb762e0a45e366/readabilipy/simple_json.py#L33-L44 Could we add just a random UUID...
For my use case, I need to recover the original string as Excel displays it. To do this, I need to know the date format (e.g. "Jan 12 2003" vs...
Fixes issue #2377. Before discarding an edge due exceeding the limit (L169 / L176), we check if this edge can be partially consumed, by adding a `consumed_part` field to IsoLabel....
In version 0.22.0, there was the function `read_text` that will return the entire text content as a String. Now, there is `read_to_end_into`. However, `read_to_end_into` cannot be used to recover the...