Justin Flannery
Justin Flannery
Hey @ilaskaev thanks for reporting 🙇 . That's a bummer, I'll look at only validating for 40 characters on the create / update side instead of the read side. There...
This is a bug being tracked here https://feedback.lunchmoney.app/bugs/p/unescape-category-names-in-api-response FYI @ilaskaev - are you okay with waiting for that to be resolved or would you like a resolution in lunchable?
Replace this with [authlib.integrations.httpx_client.OAuth2Client](https://docs.authlib.org/en/latest/client/api.html#authlib.integrations.httpx_client.OAuth2Client) https://github.com/juftin/lunchable/blob/04ab5612cc83e8ec2a245383e6a33666ad39b9d4/lunchable/models/_core.py#L28-L36
This is coming! (eventually). I've had my eye on this feature for a while - that's why I recently refactored browsr to be more modular. It wouldn't be NVIM -...
Fair enough, but figuring out how to implement NVIM/EMACS inside a Python process run by [textual](https://github.com/textualize/textual/) will likely be prohibitively difficult. I typically have to work with existing "widgets" that...
> @juftin Apologies for barging in, and perhaps I've misread this, but it should be [pretty straightforward](https://textual.textualize.io/guide/app/#suspend-context-manager). Thank you Dave - no need to apologies! I love having your textual...
This is a neat idea, it might be a difficult one to implement though for a couple reasons: - The TUI framework browsr uses, textual, doesn't current give a way...
I might be wrong on that one - it looks the the parent of the `DirectoryTree`, `Tree`, might actually have some of this [functionality](https://github.com/Textualize/textual/blob/db4760b3b7a35953bb48165f252be1d3ae47febb/src/textual/widgets/_tree.py#L289-L299). I'll keep digging
Oh, this is an interesting one, I was able to replicate it as well. Textual, the TUI framework browsr is built on launches an async worker process to traverse through...
Oh that's a great idea - should be very easy to do. What do you think about clicking on a file in the tree copies the path too