Marko Kruljac

Results 8 comments of Marko Kruljac

Thanks @Naktibalda, does this mean there are no plans for adding this feature in the InnerBrowser module? I could help out with writing a PR if you could just push...

If anyone is interested in the answer, `encode`, `decode` and `getSchema` do cache the schema by id and do not make new API calls for schemas they already know. `getLatestSchemaId`...

Hi @Nevon, thanks for the quick response! I went ahead and looked at the [avsc](https://github.com/mtth/avsc) (the lib which is used by this project to process Avro), and they mention [`resolvers`](https://github.com/mtth/avsc/wiki/Advanced-usage#schema-evolution)...

Hi guys, any progress on this? Having 10+ params in the `sendEmail` method is really impractical. Perhaps it's time to refactor. Would you accept a PR for this issue? Since...

This issue is related to this snippet https://github.com/pa11y/pa11y/blob/ddcbb3696a43f775e32399bbafeea7f12c9d6cbb/lib/runner.js#L121-L136 For some reason, long html elements get truncated, which makes finding (and fixing) them very difficult. Can you give some context to...

We failed to notice that pa11y reporter also gives a css selector, which helps to pinpoint exactly the element in question :)

Hi guys, is there any action on this issue? It would be great to be able to disable xss filters, as part of a configuration option. Our mailslurper instance is...

So I ended up switching to mailcatcher.me, here are some useful links if anyone is in the same issue as I was https://mailcatcher.me/ -> webpage https://github.com/sj26/mailcatcher -> source code https://gist.github.com/shark0der/28f55884a876f67c92ce...