Nick McMillan

Results 7 issues of Nick McMillan

The original version of Oimo contained several demo's which included mouse picking (the ability to click, drag, and throw items) [check here for an example](http://el-ement.com/blog/wp-content/uploads/oimophysics-released-demos.html). Is there such an example...

I'm using p2 in a React component. I want to ensure that when the component unmounts that the p2 instance is no longer running. Aside from removing event listeners and...

Currently when using VoiceOver on iOS its not possible to interact with the checkboxes. With VoiceOver enabled, interactive elements (eg TouchableOpacity) can be pressed with a double tap, and 'tabbing'...

discuss

First up, thanks for making this package! I've discovered that it doesn't work in Safari 13 (and probably below): `[Error] TypeError: mq.addEventListener is not a function.` Safari 13 uses an...

This fixes https://github.com/robinzimmer1989/gatsby-wordpress-search/issues/3

This adds the ability to save a State of Mind sample. Ref: https://github.com/kingstinct/react-native-healthkit/issues/134 Example usage: ``` const res = await saveStateOfMindSample({ date: new Date(), kind: HKStateOfMindKind.dailyMood, valence: -0.5, labels: [HKStateOfMindLabel.stressed,...

The `queryStateOfMindSamples` function was recently added to this library - which is fabulous. However I would like to be able to **save/write** a "State of Mind" entry, but I can't...

good first issue