Houfu Ang
Houfu Ang
**- Do you want to request a _feature_ or report a _bug_?** Bug **- What is the current behavior?** If yarn berry is set, deploying a Netlify function with a...
If page_nums = false, simply reads the file and outputs the text. Tested on my own files and it works as I expected.
We should pick a library that supports reading HTML markup. * BeautifulSoup is probably the best and safest choice Then, state it as an optional dependency. Write initial docs, including...
Using #28, create a url reader which can be used for redlining. A new library may be required to read URLs
# What I want to do Given two pdfs, read the text found on them, and produce a redline. # How I might be able to do this. Using a...
Using #28, now compare Doc and Docx. An additional library is probably necessary to read word files.
As of [version 1.26 of Streamlit](https://docs.streamlit.io/library/api-reference/text/st.markdown), colored text is now supported. We can add a new markdown style (proposed names: `streamlit-red-green` and `streamlit-red`). While I haven't tested it, the final...
I started this library as a quick way to show differences in text in Streamlit. Since my use case was fairly limited at the time (and this was a side...
In #11, there was some discussion on showing some stats on the changes detected. Stats are always welcomed especially if they are calculated by computers. Per @HRNPH: > LGTM, maybe...
This pull request introduces several enhancements and refactorings to the `redlines` project, including new features, code restructuring, and dependency updates. ### New Features: * Added a new command `simple_text` to...