Bart Nagel

Results 229 comments of Bart Nagel

And even if you do pass `rethrow: true`, it still outputs the error to stdout before throwing it again. Messy.

See https://github.com/justjohn/twig.js/blob/6b71c7e19e24c8c646aa530f3d0e49e932aaa46c/twig.js#L550 and https://github.com/justjohn/twig.js/blob/6b71c7e19e24c8c646aa530f3d0e49e932aaa46c/twig.js#L612

I haven't used gulp-twig in quite some time, but this was always something which annoyed me, and maybe I'll have to come back to one of those projects which uses...

I'm using this patch; seems to work well.

Okay, I've done [this](https://github.com/tremby/pidgin-pushbullet/commit/e30d2176f44bb067f0b71cdf870731a71a07afde) and now it's complaining about `double free or corruption (!prev)`, which happens on [line 131](https://github.com/tremby/pidgin-pushbullet/commit/e30d2176f44bb067f0b71cdf870731a71a07afde#diff-103692647ce26255417e770592b8c4d9R131). I tried wrapping this in `if (icon_data != NULL)` but that...

(I tried the `purple_str_equal()` you suggested first, btw, but there was an error. Now that I think back, it may have been this same one, so that might have been...

I take that back; with `purple_str_equal()` it compiles fine and Pidgin loads fine, but the plugin is not available in the menu. I can't see any error messages.

I guess there's no harm in showing my public key here. The line I see this time, on getting the same exact behaviour on a different server, is: ``` ssh-rsa...

I deleted the migration's row from the `craft_migrations` table and ran the migration again via `php craft migrate/up --plugin=vzurl` and it seemed to work correctly this time. I don't know...

I don't mind what it returns -- the full object with metadata is great.