Results 22 comments of André Gil

Hi @AidanNichol ! Sorry I didn't give an answer about that. I was on vacation and now things are really crazy at work, but I'll take a look as soon...

Hi @AidanNichol , sorry it took so long to give you an answer. Could you please try version 0.0.5 with the following code: ``` gulp.src('src/jade/*.jade') .pipe(jade()) .pipe(includeSource({ cwd : 'app/'...

:+1: for this one... Without this option, it's impossible to use tools like Bugsnag or Newrelic Browser to debug JavaScript errors.

@corvino 's fix is working perfectly here. Thanks!! ;)

Hey folks! Any updates on this or some known workaround?

:+1: for that! I'm currently using this to install and make sure it's always the same version: `bower install --save 'https://github.com/christianbach/tablesorter.git#774576308e8a25aa9d68b7fe3069b79543992d7a'`

Humm, nice!! I didn't think about that because when I implemented the contextMatcher, you hadn't implemented the context array. I just rewrote everything yesterday from your latest version to send...

Duplicate of #186 ? Or similar, at least.

Yeah, I'm a bit worried about this as well after reading this issue and the Reddit post. Can you provide more information @onjour ? Like what version are you at,...

So, I kind of accidentally broke my database by making 30 API PATCH calls in parallel, instead of sequentially. I ended up getting a bunch of lock errors and had...