Michal Dorner

Results 7 issues of Michal Dorner

Hi, would be possible to provide autocomplete as you type? If it would be too slow, how about show basic sublime autocomplete by default and bind T3S autocomplete to key...

enhancement

[test-reporter](https://github.com/dorny/test-reporter) displays test results from popular testing frameworks directly in GitHub: - Parses test results in XML or JSON format and creates nice report as Github Check Run - Annotates...

I had encountered quite invalid behavior: We have single instance of NATS `IConnection`. We use it to setup NATS subscriptions and the same instance is also used in `IStanConnection` (passed...

Tracking issue for [JUnit](https://junit.org/) support. Experimental support was added in [`v1.3.0`](https://github.com/dorny/test-reporter/releases/tag/v1.3.0) with `java-junit` reporter. Implementation is based on test result files taken from [lhotari/pulsar](https://github.com/lhotari/pulsar/pull/12). Due to lack of my own...

enhancement

Hi, I would be really thankful if you add [XJade](https://github.com/dorny/xjade) to the list. It was opensourced and released only few weeks ago so it's not widely used yet. Althought this...

If you have query with lots of parameteres you get code which is far far away from readability and maintainability. Using named parameteres ":param_name" instead of positional "?" can be...

Enhance

Hi, when attribute name contains "-", only second part is highlighted. For example: in "data-bind" only "bind" si matched and highlighted problem is here: "patterns": [ { "name": "attributes.tag.jade", "begin":...