Ken Elkabany

Results 14 comments of Ken Elkabany

@arduz: Be sure to check that the sensor is not reporting a magnetic anomaly. If so, the magnetometer is ignored and convergence to heading is poor. Sometimes, waving the sensor...

@LonelyCpp Any progress here? Do you know of any other valid approach besides hooking into iOS fullscreen APIs (seen this in the other youtube & video libs)?

I've also observed this behavior for many months on 4.x.x and finally got to verifying that it only presents itself with the debouncer. I've switched to raw_watcher to get around...

No time here either :). I've already worked around the issue by unmounting/remounting the component when data changes. Hopefully anyone else who encounters this issue will see this. Thanks a...

Metro has trouble compiling. ``` error: Error: Unable to resolve module hooks from /Users/ken/src/superego/mobile/IntertimesMobile/node_modules/react-native-steve/src/Steve.js: hooks could not be found within the project or in these directories: node_modules ../../../node_modules ``` Why...

@dtolnay: I might have some bandwidth to implement this. After a quick look through the serde source, some questions: 1. There's already a `serde(other)` from cdfd4455288930ff5cc43033b9d8795758f49563 that's minimally documented. Could...

I just tried `mookme` for the first time and ran into the same issue. Here's the output from the init step: ``` The following configuration will be written into `/path/to/repo/.mookme.json`:...

@LMaxence Looking at the output I provided earlier, I'm guessing this was a case of user (me) error. The output claims to be creating `prepare-commit-msg` and `commit-msg`, but I had...

@hahhen If you're still interested in doing this, it was easy enough to use the `LinkDialog` option in the `linkDialogPlugin`. I started with the default implementation in the repo (changing...

Did you eventually find sample code for this?