Gabriel

Results 62 comments of Gabriel

ping @acdlite @eps1lon @rickhanlonii (sorry to bother, but it's been 9mo) i tried to follow the changes that added useActionState and async Actions, but there are too many loose commits....

> Well, that's 2 days I won't get back... But the key prop does work 🎉 the key prop might impact how things are rendered. you are faking that one...

my extremely ugly workaround, just to make clear the intent: ```tsx const [newText, setNewText] = useState(''); function createItem(label :string){ ... create item and: setNewText(''); // DOES NOTHING + setTimeout( +...

Thanks so much for the reply. I wasn't even thinking about removing the option from the suggestions yet :) but good to know there's the options for it. What i'm...

thanks again. i'm copying you code exactly the same and setCurrentValue is not doing it for me... let me try on a clean project. It might be something wrong on...

> [@gcb](https://github.com/gcb) No problem. I just wanted to check back in to see if you were able to get this working or if you're still having an issue. thanks. and...

not sure if related, but on KDE wayland, this window is not moveable, nor a target for alt+tab. If you alt-tab to the main gvim window there's no way to...

> [@gcb](https://github.com/gcb) are you referring to the current behavior with `GDK_WINDOW_TYPE_HINT_POPUP_MENU`, or while testing a change to `GDK_WINDOW_TYPE_HINT_DIALOG`? Never set any of those. I'm on linux, kde on wayland. i...

it's a problem as there's a standard to show just a URL (and terminals might or might not have magic to send the url to the window manager/desktopenvironment/etc, which then...

if you create a secondary profile (some android versions call it "work profile") you can have apps isolated from the main environment. The apps on the main profile won't see...