Ted Conbeer

Results 37 issues of Ted Conbeer

Tornado is similar to jinja, but there are more "verbs" to support, and all blocks share an `{% end %}` tag syntax. [Docs](https://www.tornadoweb.org/en/stable/template.html)

enhancement

#383 mentions that we don't print any more logs while processing is underway, even with -v This isn't great. Would be simple to add a simple print statement before we...

enhancement
good first issue

for the udfs defined in `create function` statements, the code for the function itself is usually passed in as a string. Today we don't apply any formatting to this string...

enhancement

Right now the TextArea's undo behavior is defined by a set of heuristics to determine whether or not edits should be batched together: https://github.com/Textualize/textual/blob/787331ee44d361b2fb81292158ed8275e4f1e550/src/textual/document/_history.py#L57-L71 There is an API to force...

**Describe the bug** ``` sqlfmt encountered an error: There was a problem formatting your query that caused the safety check to fail. Please open an issue. Raw query was 24...

bug
bigquery

closes #49 Another option is to fix this in Textual itself; you can remove the guard here: https://github.com/Textualize/textual/blob/3427dbaed666a9af926c711c0eed552260738cd2/src/textual/app.py#L3605-L3606 and just call `self._disconnect_devtools()`, since that checks for the presence of devtools...

On Textual 6.4 and textual-dev==1.8.0, running Harlequin with: ```bash uv run textual run --dev -c harlequin ``` Upon exit, this error is printed: ``` Unclosed client session client_session: ``` Adding...