Shawn Patrick Rice
Shawn Patrick Rice
Take the following code snippet: ``` render() { const appliedStyles = ['one', 'two']; appliedStyles.push(this.props.a ? 'style-a' : 'style-b'); return ( Hello ); } ``` What you'll see is that we'll...
Right now, I've been generating API documentation from the docblocks in the code with phpDocumentor and ApiGen. I'd like to use only one in the future, so, which one do...
So, here's the ultimate issue for Taurus. These should be checked off as the code is done and ready for release. Ultimately, this should be the last issue closed for...
At least with the PHP bundler, I keep getting an error that the `update` variable has not been set. Since the update script is a separate file, I'm thinking it...
So, I've been thinking about the way we've redone the `default` version in the JSON. We renamed it `latest` to make it work, but that means that it'll install only...
We need to provide an easy way to load bindings for users, however the language works best. For PHP (and I think Ruby), we just have to look to see...
Looking back through the code, I realize that the user logging isn't fully implemented. I need to fix this.
I'm opening this so that we can get some track of a few conversations that have popped up via email and things like #25. Possibilities: - Run the update script...
We need to create a workflow that will interface with the registry.json file to provide information about installed assets and allow the user to uninstall orphaned assets. It should work...