Marak
Marak
While the current speed of spawning and executing the target binaries for every language ( like `node` or `php` ) is very fast, I'm pretty sure we can shave off...
The CodeMirror highlighter is currently setup to use JavaScript. Now that we support new languages as per #117, we'll need to update the code editor to support highlighting for additional...
We should add a pop-up window which allows users to communicate support messages back and forth to the IRC room. Users with `+v` in the IRC will be able to...
We'll need a way to keep track how of how many hook executions a user accumulates per month. This metric will be used to determine if a user has hit...
Forcing a user to choose a pricing plan up-front makes little sense for a service that is essentially metered. For now, we should remove all pricing tiers and only offer...
If the `/source` for a hook is requested and has the appropriate accept headers, a pretty html view should be rendered with highlighted source code. The page should also contain...
Since completing #95, we now have a few potential edge cases around duplicate account names with multiple providers. We haven't hit these edge cases yet, but once #118 is completed...
The `cron` script is taking up a bit more CPU on production then it should for the task it's performing. Could be a bug with the `async` concurrency implementation or...
There are two small issues ( so far ) with using the stripe.js checkout widget. 1. When using the slider on the `/billing` page. If a value is selected, then...
All user-stored data through the datastore and hook environment variables should be encrypted automatically. While there is currently a role check for access to this data, ideally it should be...