Tom Saunders

Results 21 comments of Tom Saunders

> Hi @scott-wilson, > > To @nerdvegas's point, it would be great to describe what this PR does and why. There is no description at the moment which is mildly...

[email protected] Fuse Group (FuseFX / Folks VFX / Rising Sun Pictures)

Using GitHub releases is an interesting idea. Are releases always associated with a `tag` this way you can automate downloads just using Git clone, tag checkout, and install.py? or is...

@chelnak I like where you're thinking 🧠 . Styling was the first thing I thought of after pushing the first version. I'll take a look at what you've got here....

I want to extend the scope of this PR. When I looked at styling this component I looked at css and the different states a component can be in, focus...

> P.s. > > What are your thoughts on code styling/linting for this project? > > I've been using [this config](https://github.com/chelnak/azure-keyvault-browser/blob/main/.pre-commit-config.yaml) for a while now but appreciate everyone has different...

In the new CSS engine it might look something like this. `caret` could also be `cursor`. CSS has a property called `caret-color` which is where I'm drawing that from. At...

You may already be using this, but for others -> Setting a single `style` and `border_style`. ```python email = TextInput(title="Email") email.style = Style(color="orange", bgcolor="blue") email.border_style = Style(color="white", bgcolor="blue") ```

> Thanks for the comments. I'll see what I can come up with. > > Re the typing comments. I was using: > > ``` > from __future__ import annotations...

@chelnak the more Will works on the CSS engine the more I'm starting to think we're going to be better off waiting for the release of that major feature set....