lumin
lumin
## Relevant Issues #1497 ## Description When the hangman command times out, reply to the original message saying that you lost, the game timed out, and what the word was....
## Description Add a devcontainer configuration to the repository to make setting up the development environment easier and more consistent for all contributors. ## Reasoning A devcontainer ensures that all...
### Current Behavior: The test suite currently runs only on a single Python version. ### Proposed Changes: - Update the GitHub Actions workflow to test multiple Python versions using matrix...
Update the Docker instructions in the README, as the current ones are not working
This update ensures that workflows always run on the latest commit https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs note: did not add concurrency to the `pre-commit` workflow as it currently only uses Black. Since Hatch has...
#134 ### coverage report | Name | Stmts | Miss | Branch | BrPart | Cover | |-------------------------------------------|-------|------|--------|--------|-------| | src/markitdown/__init__.py | 2 | 0 | 0 | 0 | 100%...
Separate Dockerfiles for dev and prod. The setup has been tested locally in both stages.