Lukas Geiter

Results 59 comments of Lukas Geiter

@jotoeri Thanks for your interest! I'm sorry that the rewrite is taking longer than expected. For a quite a while I was not able to work on the project at...

Hi @sorinfratila! Sorry, I don't have any news at this time. I'm currently unable to spend time on the project and don't want to make any promises. I'll let you...

You're right, that's definitely not consistent. Until this is fixed you can use `undefined` instead of `null`.

I hope I understood your request correctly. You would like to include those comments with the message reported from a custom extractor using `addMessage` so that they are added to...

Thank you for this PR! I like the idea of allowing users to extract using regex for cases not covered by proper parsers & extractors. I'm not quite sure whether...

Can you go a bit more into detail on the problem your change addresses? Is this just about HTML entities (similar to #36) or do you have other issues with...

Currently this is not possible, but I will consider implementing it in the next feature release.

Sure thing, that should be easy to implement 🙂

Yes this is indeed intended. My goal for the extracted messages is to match the string in the source code as best as possible. If a developer writes a string...

The workaround you mention is precisely what I meant by changing your runtime code. I understand that this is not an optimal solution for you. I will definitely add an...