Aravinda Rao

Results 13 comments of Aravinda Rao

> If you put a console.log(value) into the toUpper() function, I assume you would get h, HHe, and HHEHHEl? Yep, that's exactly right. > - map onChangeText (React Native) to...

Quick update / temp workaround. This issue doesn't happen when I add `autoCapitalize="characters"` to `TextInput`.

After introducing Outline to my team, this is the single biggest comment that I receive from newly onboarded users. Eagerly awaiting this feature.

I'm stuck on this as well. Specifying the `v0.6.0` downgrade doesn't solve it. I still get: `Commit creating failed: {"detail":"Not valid tokenless upload"}` Here's the failing job: https://github.com/aravinda0/qtile-bonsai/actions/runs/9873228232/job/27272344047

You can do this with the `merge_tabs()` layout command. It can accept an orientation param as well - check the docs. You can also see this in action in the...

> I want to extract the right-most window, so that I have a vertical split with one container left having two tabs and one container right with a single window...

> Regarding the other tip: I've tried it, but at some point qtile seem to crash when I use merge_to_subtab. Can you be more specific about what actions led to...

Ah, I guess that nuance is what you're talking about. ie. make it so a top level tab can be pulled out further so that so you end up with...

Yeah, got it. That's a `pull_out()` of a top level tab, which doesn't happen right now since operations terminate at these topmost level tabs. I'll think about this - there's...

Hey. Thanks for the heads up about those upcoming qtile changes. So there are two places where `Bonsai` creates internal windows: 1. For tab bars 2. For the 'container-select mode'...