Matthew Sessions

Results 15 issues of Matthew Sessions

This is most likely being caused by https://github.com/oyyd/react-yue/blob/master/src/apply_styles.js#L64 where we are passing all of the styles in to `setStyle` and yoga doesn't like it.

Currently only a subset of style attributes are supported in the `style` prop. It would be good to warn users when they attempt to use a style attribute that we...

**NVidia Geforce Experience version:** 3.6.0.74 - GTX 1080 **Moonlight Embedded version:** 2.3.0 **Moonlight Embedded running on:** Raspberry Pi While I have mainly been trying to get this to work with...

Having nested selectors would allow drilling down into a specific components render tree. Where trying to find a `` component inside of a render tree would require adding a `testID`...

enhancement
help wanted

When a client closes their tab, it informs the worker that the client has disconnected. Right now it will immediately reset the readyPromise in messenger.js to say that the client...

test coverage over all parts of the library

https://www.npmjs.com/package/geoip-lite

There is a bug somewhere that causes the client to hang indefinitely upon refresh. From logging it looks as though the fetch event is captured but it never makes it...

Until data channels are implemented in the worker, phone-a-friend must do all webRTC related actions in the client. Then messages are passed back and forth between the worker and the...

When a file is retrieved on the server to hash, it should also record the files size. Then every time a peer is found for a file it should record...