Brandon Moore

Results 4 comments of Brandon Moore

I really like the idea of this. If I could swap out PHP and Python for the docs of whatever js framework I'm using, this could be even more of...

Should have looked more closely at the dates and issues associated with this project. Thanks for letting me know!

I think this issue is inadvertently related to [issue 20](https://github.com/grevory/bootstrap-file-input/issues/20). Any file inputs dynamically added to the DOM would need a DOMNodeInserted event bound at the document level at the...

Thanks for spotting this! This is caused by the `white-space: nowrap;` property on line 69 of hint-core.scss. Changing this to `white-space: pre` fixes the issue, however I'm not sure what...