Joshua Lyman
Joshua Lyman
This adds a secondary identifier for checking that an object is an OscillatorNode, to be compatible with how WebKit (Safari) changed their object identifiers. I ran the tests and they...
I've hit an issue where I can't change the frequency of a `Sound` after creating it in Safari. Works just fine in other browsers that I've tested so far (FF...
Just like we've done for the iOS side of the fence with the native review screen, Google recently introduced their own for the Android side. Here's the details: https://developer.android.com/guide/playcore/in-app-review If...
When a validation message is produced server-side by Django on a field that has been set to use `DatePickerInput`, the validation message will not appear even though it is present...
With the [current way I've written the rendering](https://github.com/jlyman/RN-NavigationExperimental-Redux-Example/blob/master/app/containers/AppContainer.js#L31) of `` the current scene is blanked out when pushing a new scene onto the stack, meaning the screen goes white while...