Gabriel Lanata

Results 8 comments of Gabriel Lanata

I actually haven't tested Hammer using Hammer with SwiftUI at all! I'm glad to hear it's working but I don't know why the identifier would not work when the label...

Adding initial SwiftUI support here: https://github.com/lyft/Hammer/pull/19 Let me know if this matches what you were doing. I did verify finding a view by its identifier doesn't really work. I checked...

Hello! I tried to run it once and got a bunch of errors because UIScreen and UIWindow are not available on Apple Watch. I'm not even sure if it uses...

Kinda, I would describe the process as follows: 1. Find the touch point in window coordinates 2. Create an IOHID event object 3. Get the contextID from the UIWindow 4....

Deleting the cache stored in homebridge like luisiam said fixed the problem for me

@stephencelis any chance of merging this? It is still an issue and also fixes the many "unbalanced appearance transitions" logs

Oh I see, I had assumed that we were supposed to have our User object subclass Subject to gain the methods automatically. Now I understand that we are supposed to...

Thanks!, it all makes more sense now. Honestly at the moment I have not been able to decide which Swift web framework to work with, all three of the main...