Dani Guardiola

Results 263 comments of Dani Guardiola

@mattbennett alright, makes sense. I've had some time to dive deeper into protobuf and I understand now why my idea doesn't really make sense. The only thing that could maybe...

Might be worth it adding another test to check if update of whitelisted properties still fails.

Not sure about the instance id fix I introduced...

I figured it out, I'm accessing the related `PropertySignature` node and get the docs from there, like this more or less: ```ts symbol.getDeclarations()[0].getStructure().docs ``` Of course, it needs the `Node.isPropertySignature`...

@diegohaz ah, that's a good one, thanks

**Edit:** after looking into this a bit closer, it seems like I had a bug in my own code, and the first behavior I described doesn't really happen. It's working...

@nksaraf right, yeah I guess there'll be some work to do to either fix or ignore issues in the internals :+1:

@diegohaz sorry haven't had the chance to try yet, will update soon.

@diegohaz it worked pretty well! Closing.

I also used react-aria in the past and was missing isPressed, so I came up with a simpler way to achieve it, by leveraging CSS (for pointer events) and a...