Asbjørn Ulsberg
Asbjørn Ulsberg
Okay, cool – I found it. However, when executing `ikvmstub mscorlib` I get the following error: ```cs Unhandled exception. System.IO.FileNotFoundException: netstandard at IKVM.Reflection.Universe.Load(String refname, Module requestingModule, Boolean throwOnError) in D:\a\ikvm\ikvm\src\IKVM.Reflection\Universe.cs:line...
As discussed in https://github.com/GitTools/GitVersion/issues/2690 and https://github.com/GitTools/GitVersion/issues/3081, these problems are still occurring and I believe the core issue is that the AzDO task and GitHub Action does not properly deal with...
For some reason, it doesn't look like we have any GitHub Apps registered by the organization?
I know. But we can't verify the GitTools organization without overcoming this hurdle somehow.
@kenta2097 registering an OAuth App seems trivial enough, but we have no app to register. We don't want to register an app and give anyone the impression that we have...
I really like the idea, and agree that for URIs, @iherman's suggestion on using URI Templates is the definitive way to go. I don't think URI Templates can (or should)...
I assume what's missing is `class="table"` on the `` element.
If we control the Markdown to HTML conversion pipeline or can extend it somehow, we can add `class="table"` to all `` elements, no? That's what would be required to have...
@praveenscience The parser shouldn't be involved in this at all. Adding `class="table"` would be done in the rendering of whatever the parser creates (an [AST](https://en.wikipedia.org/wiki/Abstract_syntax_tree), I assume) from the Markdown...
[Sprache](http://code.google.com/p/sprache/) is also an option that gets a lot of praise.