Zach Bruggeman
Zach Bruggeman
From @yowkah: Related to #50 . It seems that the Token is not always given with authentication. Absence of the token should not be valid reason to terminate or remove...
Facebook just recently added the ability to upload files (images, audio, videos, or a generic file) for a message, instead of having to specify a URL for an attachment. -...
It would be really cool if the user could instantly deploy their code right from the app (maybe CLI too, though I really envision most of this app as a...
A CLI is alright, but for someone brand new to coding, opening up a Terminal, installing node and npm, and then installing this module can be a little daunting. My...
Despite it being named `run-js`, it would be nice if stylesheets would be automatically added if they exist. As well, support for processors like SASS and LESS would be really...
For files that use React, it would be really nice for it to use HMR instead of the regular LiveReload, since it's a bit less jarring. There's a Browserify implementation...
I worked on a workshopper this weekend that tries to explain the JS event loop: https://github.com/remixz/going-loopy It's a bit different from other workshoppers, since it's sort of more like an...