Justin Flannery

Results 45 issues of Justin Flannery

documentation
BUMP_MINOR
ci

Creating all the needed poetry config in the main branch for the new poetry-related feature - this config won't be used until the `pyproject.toml` is set to use the poetry...

enhancement
ci

**TLDR;** As an app developer, I'd like to pass additional information into an `App` instance to allow for some more more complex configuration. This originally came up when I was...

The `TextArea` widget crashes the Python process when trying to render the attached HTML file with the `html` language: [snapshot_report.html.zip](https://github.com/Textualize/textual/files/14256168/snapshot_report.html.zip). There typically isn't any stacktrace for me, the entire terminal...

> NOTE: > > This PR is still in draft state. More details to come This PR adds new builtin languages for the TextArea Widget. ## Commits - [fix(text-area): updated...

This PR passes the `Application` object to the `environment` and `publish` plugins instead of the `SafeApplication`. Having access the the `Application` object in an environment plugin can be extremely powerful....

This PR enables `show_locals` on [console.print_traceback()](https://rich.readthedocs.io/en/stable/traceback.html?highlight=print_exception#printing-tracebacks) closes #1180

As a hatch plugin developer I'll occasionally come across an issue reported from a user that contains hatch traceback - the traceback provided by rich has been super helpful but...

Adds a new CLI command: `deps sync` ``` hatch deps sync --all ``` This saves me from running something like `hatch env run --env docs -- python --version` to initiate...

# Description Resolves #291 This PR makes a few changes: 1) Allows for campsites to have a null minCapacity - it gets replaced with 0 now 2) No longer uses...