Werner Strydom
Werner Strydom
In line with this request, there's a need to return "a list of resources" for almost everything out there, which would result in a large number of enhancement requests. I'd...
I'm also in favor of Markdown... but for different reasons. We often have to incorporate our documentation with other content management systems that support markdown. For example, we need to...
I have a similar need when dealing with polymorphic objects. Is there an example for `TypeResolvers` and `TypeConverters`?
Thanks @thisisthedave. This helped a lot. I originally wanted to parse `Document` that looks something like this: ``` public class Document { public List Resources {get; set} } public abstract...
I also ran into this issue. In this case, this had to do with a DNS related issue where netbox.oak01.example.net was available on port 80, but when going through port...
Running into the same issue when running it against pandoc 1.12 ``` $ pandoc version pandoc 1.12.2.1 Compiled with texmath 0.6.5.2, highlighting-kate 0.5.5.1. Syntax highlighting is supported for the following...
I upgraded to pandoc 2.1.2 and can no longer reproduce it.
I requested feature #133 to have attributes (passwords, fields etc) with distinct lifecycles be a separate resource. When I'm using 1Password with cloud resources, URLs can change for emphermal resources,...
Getting the same error. I do have Go installed, but I'm using it in .NET project (with some Terraform). I installed the tool using homebrew, so I was expecting the...
I expected it to use the copy I installed. That being said, it would be preferable if the hook installed the binary, so it can work on any supported platform,...