Anders Bälter

Results 57 comments of Anders Bälter

Catch the exception and set up the connection again like the example on the readme?

Isn't that because your `onMessage` callback returns a `Promise`. In that case I guess we should change to `any` in the lib since we can't control what users of the...

Can't we wrap this with our own `Log`, something like ```crystal class LavinMQ::Log < ::Log property metadata def debug msg = yield super.debug &.emit msg, metadata end ... end Log...

Nice work! Happy to help adding autocorrect for more linters.

Works like a charm! You should make up your mind about quotes and autocorrect that > gem 'haml_lint', github: "maxlap/haml-lint", branch: 'autocorrect_rubocopv2', require: false :smile:

The CA signed key type is not supported it looks like? `DEBUG: Agent: Skipping unsupported key type: [email protected]` Tried adding `pubKeyFullType = pubKeyFullType.replace(/-cert-.*@openssh.com$/, '')` to `onUSERAUTH_PK_OK` but it only got...

This PR is needed for `rerun` to work with foreman on Ubuntu.

@davishmcclurg Yes, that was actually the branch I tested with.