Pieter Raubenheimer
Pieter Raubenheimer
Here's a snippet that demonstrates how @milankinen's suggestion can work with a simple Constraint applied to a Record, Partial or Intersection of those. To achieve this: ```ts const ExactPlanet =...
This would be a good addition, especially since getters and setters seems to be used more frequently with ES6 `class` syntax.
Yes, would be great if you can publish on npm repository.
Apologies for not responding. You're ight, this project serves as an example worker and has not seen any activity in a long time. That said, we can certainly look at...
A PR would indeed be welcome.
Would be great if someone solves this issue without using a totally different implementation. I'd prefer getting it to work.
Brilliant! That fixes it. Thanks.
Gonso, I found a fix for josecastillo's EGOTextFieldAlertView. In EGOTextFieldAlertView.m, it is detecting the wrong Y offset due to a new UIImageView in the UIAlertView subviews. Therefore, replace: ``` if(![view...