Stefan Buck

Results 111 comments of Stefan Buck

To be honest I think we need both. A reporter which produces a single log line for each failing test and a problem matcher which is able to consume this...

I do something similar with [danger.js](danger.system), but I really want to see this happening with problem matcher so I don't have to maintain another service. Isn't the check API limited...

Looks like the multiline issue I was facing can be solved by url encoding `\n` https://github.com/actions/toolkit/issues/193#issuecomment-605394935

@SimenB I finally made it working ![image](https://user-images.githubusercontent.com/1393946/80206742-3475b100-862d-11ea-94ad-21fa075893a9.png) I ended up writing a custom reporter which produces an output which is follows a certain pattern. Please checkout this PR for details...

Yes! This would be super 👍 Thanks for the idea! Would you like to contribute to make it? The [ruby plugin](https://github.com/OctoLinker/OctoLinker/blob/master/packages/plugin-ruby/index.js) should provide you some hint on how to build...

There is still the functionality missing to take additional files into account before resolving a link. The good news is that I solved a similar issue while working on https://github.com/OctoLinker/OctoLinker/pull/488....

A PR is welcome and appreciated, but to be honest I'm not sure how easy is will be. Also there are similar requests for webpack and babel config files https://github.com/OctoLinker/OctoLinker/issues/239...

I never have seen this before and I wonder if it's worth to add support for this. Btw. OctoLinker supports already shorthands like "visionmedia/express".

It's not planned, but we would be happy to guide you in case you'd like to submit Pull Requests. I have no clue how `include` works in C. If you...

It's on the way https://github.com/OctoLinker/OctoLinker/pull/1048