Koen Punt

Results 284 comments of Koen Punt

Might have been solved with #85, since there the safari view is explicitly deallocated. Can you try with the current master?

Something like this was what I intended for #82, but there’s a syntax error

Apparently RN prefers CocoaPods over linking the project directly, even when you only use CocoaPods for additional dependencies, which is pretty annoying. Although I can imagine it's configurable in some...

> I don't understand `OptionalInput` and its relationship to the existing Java `Optional` support or the `required` annotation arguments already in place. See here for details on the concept of...

> I think for an `Optional`-like type in Java, by now most are conditioned to expect methods like `isDefined`, `ifDefined(Consumer)` and similar vs relying on `instanceof` checks. I'm not sure...

> I think for an `Optional`-like type in Java, by now most are conditioned to expect methods like `isDefined`, `ifDefined(Consumer)` and similar vs relying on `instanceof` checks. Oh I think...

~Don't know if this would work or~ This works but not sure if it makes sense, but when the property is `null`, it's undefined, when it's an `Optional`, it's defined,...

> Currently one can inject `@Argument Map args` That is far from convenient, especially when having more complex/nested input types. I do think it's quite common, but maybe that's only...

For more flexibility with argument resolving, maybe a specific constructor or method could indicate to the argument resolver that it should be used to instantiate the object, instead of the...

FYI @jurriaan and I are working on the same team. > Before we go farther, I would like to ask for some clarification. In your solution, do you mean for...