Elan Feingold
Elan Feingold
**Describe the bug** Running snapserver on a Raspberry Pi, using ALSA loopback like this: ``` source = alsa://?name=Loopback&device=hw:0,0,0 ``` Generally speaking, latency is great and if I play something with...
Forgive me if I'm misunderstanding how `Loop::defer` works, but I've observed an interesting side effect when deferring the response's end. I started by doing the standard `ab -n 1000 http://localhost:3000/`...
It seems to _almost_ work there, but after a bit of dragging, the drag freezes.
**The problem** When the number of items in a `FlatList` exceeds the `windowSize`, as you scroll, it will render new items. For some reason on Chrome, this breaks lists with...
We see a fair number of these show up in our bug reporting system: ``` java.lang.NullPointerException Objects.java:220java.util.Objects.requireNonNull BlurViewManager.java:35com.cmcewen.blurview.BlurViewManager.createViewInstance BlurViewManager.java:20com.cmcewen.blurview.BlurViewManager.createViewInstance ViewManager.java:47com.facebook.react.uimanager.ViewManager.createView NativeViewHierarchyManager.java:256com.facebook.react.uimanager.NativeViewHierarchyManager.createView UIViewOperationQueue.java:200com.facebook.react.uimanager.UIViewOperationQueue$CreateViewOperation.execute UIViewOperationQueue.java:911com.facebook.react.uimanager.UIViewOperationQueue$1.run UIViewOperationQueue.java:1025com.facebook.react.uimanager.UIViewOperationQueue.flushPendingBatches UIViewOperationQueue.java:46com.facebook.react.uimanager.UIViewOperationQueue.access$2600 UIViewOperationQueue.java:983com.facebook.react.uimanager.UIViewOperationQueue$2.runGuarded GuardedRunnable.java:24com.facebook.react.bridge.GuardedRunnable.run ```
Is there a reason there's no `us_socket_remote_port` to sit alongside `us_socket_remote_address`? Perhaps I'm missing something and there's another way to obtain that data.
For reference, the following ones work fine: "@nodert-win10-rs3/windows.foundation": "^0.4.4", "@nodert-win10-rs3/windows.media": "^0.4.4", "@nodert-win10-rs3/windows.storage.streams": "^0.4.4", Tried rs3 and rs4, same issue. ``` Building the projects in this solution one at a time....
The `invited_by?` and `invited?` methods aren't working for me because of this line: ``` friendship.friendable == user ``` For some reason when I access a User instance via the association,...