Houfu Ang

Results 14 issues of 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...

documentation
enhancement
good first issue
HTML

Using #28, create a url reader which can be used for redlining. A new library may be required to read URLs

enhancement
HTML

# 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...

enhancement
PDF

Using #28, now compare Doc and Docx. An additional library is probably necessary to read word files.

enhancement
Doc/Docx

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...

enhancement
good first issue
hacktoberfest

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...

documentation
hacktoberfest

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...

enhancement

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...