Valentin Shergin
Valentin Shergin
I believe, the doc should state that the RN implementation should match [iOS one](https://developer.apple.com/documentation/coregraphics/cgaffinetransform?language=objc) (which is pretty much industry standard).
cc @tudorms, @vmoroz
Yay!!1 I believe there is noting bad in bumping major version!
Yay! 🎉 I always prefer having default implementation simple as possible, so I think this is the right move! I also slightly prefer to have `Signal(atomic: true)` instead of `Signal.atomic()`......
Wow! That is great that you designate this functionality (SignalProperty) as a first class citizen of SignalKit! Really, these are different and equally important concepts and we have to have...
I am a huge fan of dual/multiple-screen future of computing. Thank you for working on this! I am curious, should the API be intrinsically focused on dual-screen setup, or we...
Another concern is sync vs. async APIs design. Seems that those constrains (screen setup) can change in-flight, so the API should be able to deliver some event on the main...
@vmoroz As a person who wrote that sentence, I absolutely agree with you. Personally, I don't think we should aim for ABI stability in our C++ code at all. If...
I think I would change the sentence > The callback will be invoked asynchronously (i.e. calling the RuntimeExecutor will not block the current thread). to > The callback *might* be...