Alexey Pronevich
Alexey Pronevich
It's common to make some checks in triggers and `RAISE NOTICE` or `EXCEPTION` and provided message went to postgres log. Can we somehow provide this message to the client, instead...
As I understand, freactal provide only local state concept. Maybe it would be make sense to add possibility to share some state (example: between pages in next.js) without composition on...
React Native app connects to channel with param rewind: 1 ``` let channel = client.channels.get(id, { params: { rewind: '1' }, }) ``` It works great on app start but...
## Description Stack trace from Crashlytics, Android 11, Redmi Note 9 Pro: ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.WindowManager android.app.Activity.getWindowManager()' on a null object reference at com.swmansion.reanimated.layoutReanimation.AnimationsManager.prepareDataForAnimationWorklet(AnimationsManager.java:340)...
I know it's PROOF OF CONCEPT, but for future work: