technicated

Results 3 issues of technicated

I have encountered an issue where complex intersection types are not fully represented when used in certain contexts in a generic class. Specifically, when using a callback parameter in a...

Fix multiple placeholders replacement in `Message::parse()`. This PR fixes an issue where multiple placeholders were not replaced inside `Message::parse()`. The approach suggested in the linked issue (making the regex lazy...

### Description A message which contains more than one placeholders is not logged correctly, leaving all placeholders in place and only showing the relevant data in the context. For example:...

type:bug