Ross Morsali
Ross Morsali
When using this 'out of the box' to have a login system using Twitter I get the following error ``` Fatal error: Uncaught exception 'Exception' with message 'Error fetching remote...
Copying and pasting the example throws an error in my setup due to the missing comma... :)
I see that connect can be used like this: `connect( [ 'var1', 'var2' ], actions )` Which works well... however I want to init a component, and pass the state...
Hi Alex + co! Checking the sample plugin I see code like: ```php // Instantiate the Books Table class. $table = new Books_Table; // Uninstall the database. Uncomment this code...
Hi there, Just reporting an issue and providing potential fix, I don't have enough time to pull req but would be great if you could include. Background - I have...
Hey WebDevStudios! Long time user of your plugin :) We develop another plugin, which lists post types, and we're having trouble with post types with special characters created by your...
Currently the plugin is using [a WP function to retrieve taxonomy data](https://github.com/rmorse/reveal-post-data/blob/69032b0ba0907427d04220baef464f0893c7c3b3/reveal-post-data.php#L89C12-L89C29) associated with a particular post. This does not account for any malformed taxonomy term data or orphans -...
After having HMR issues for the longest time I finally managed to track down why it was so buggy. ## Issue What I've found is: - Components that are direct...