Tushar Sadhwani

Results 174 comments of Tushar Sadhwani

or... make semicolons optional?

if you need to implement that manually, you can try doing "automatic semicolon insertion", like javascript.

I'd really recommend the `:nth-child` selector, and if you decide to implement it, this short video on selecting a range of elements would be a great test for whether it...

I'm not sure if `:nth-of-type` makes sense or is even viable in textual, but if it is, that'd also be extremely powerful

You can simply stringify the cast argument: ```python return cast('tuple[str, ...]', obj.get_rule(self.name, ())) ``` Feel free to open up a PR doing this @lllama

Check out the discussion here: https://github.com/willmcgugan/textual/discussions/105

Any updates on this? What's the fastest way to iterate on the react part of the application without having to rebuild the whole frontend project as of now?

@Tisckkytt feel free to add any other features that you'd like by creating a PR.

@DanielNoord do you know of any node type which has an `args` field of type list?

For people trying to find the vivid red colour, it's `#EF596F`.