Dominic Savoie
Dominic Savoie
Here is a simple use case: scrape('', '') -> None scrape('', '') -> None scrape('', ''.lower()) -> www.google.com (Thanks for the great library by the way)
Not sure if it's considered an issue but when `require('express-expose')` is _after_ `var app = require('express')()`, there is an error: `TypeError: Object function app(req, res){ app.handle(req, res); } has no...
I have `vintageous_enable_cmdline_mode` set to true but when I type `:` the command bar is just not showing up. It worked perfectly and since updating Sublime3 it stopped working. Some...
This: `````` switch(1) { case 'a': console.log('..'); }``` Gives this error: >> Error: Unexpected token: punc ({) (line: 0, col: 19, pos: 19) Obviously, this is not real code. It...