Janne Raiskila
Janne Raiskila
Probably a point of confusion here is that while CGPoint, CGVector, and CGSize are treated equally by this library, it may not be apparent when looking at the list of...
The following compiles fine for me: ``` let a = CGPoint() let b = CGPoint() let c = b - a ``` The library extends CGPoint, CGVector, and CGSize to...
This is an excellent idea. The boilerplate caused by plain SQLAlchemy in a Flask app is really negligible compared to the separation benefits it gives. Thus a lot of people...
I opened a PR about the `useCallback` change. I used a CustomEvent to solve the event issue in a version of this hook I wrote some time ago, but unfortunately...