Asbjørn Ulsberg
Asbjørn Ulsberg
Yea, perhaps Sprache is a better fit since it uses Linq instead of operator overloading?
I'm not sure I like this shortcut. If it's too much work adding the ES5 attributes everywhere manually, can't it be done through AOP with LinFu, PostSharp or something similar...
I haven't looked at the `Execute()` or `ExecuteFile()` source code, but perhaps `ExecuteFile()` caches the AST tree for the parsed `test.js` file and uses the cache on each execution while...
Just thinking out loud without much preprocessing here: Could NuGet itself be extended to resolve this issue? NuGet already supports symbol packages (which contain at least some form of the...
I support the proposal as outlined by your initial description, @rickstaa. The current behavior has surprised me and will afaict solve issues like https://github.com/reviewdog/action-remark-lint/issues/40.
Great work on #1170, @carmanchris31! And +1 to `--fail-level`, @rickstaa. The current `--level` parameter should be renamed to `--report-level` or something similar, imho.
> Hi, I think this would be possible with #522 . Until then, setting `not group:bots` in the query should do the trick. Thanks @TristanCacqueray. That got rid of `Dependabot`,...
Yes, @morucci, but it did not have any effect. Deleting `./data/nodes`, however, seems to have fixed the `ident` grouping. But `not group:bots` does not seem to have any effect on...
> Hum, that's curious ! which repository is it (if public) ? I'll try. The repositories I'm analyzing are mostly private, sorry. > I've just tested it with the not...
I was having the problem where Rogue didn't seem to do anything at all (not wrapping code keywords in `` elements, so there would be nothing to style for the...