Asbjørn Ulsberg
Asbjørn Ulsberg
> ```cs > interface IJsonLdProcess { > JObject Compact(JToken input, JToken context, JsonLdOptions opts); > } > ``` This interface would require a dependency on Json.NET, so I would prefer...
#66 seems particularly relevant to this.
+1 to the namespace split, but I'm not sure I agree with the namespaces themselves. I'm also wary to the idea of separating things into several repositories, as that makes...
Ok, thanks for clarifying. 💯 to your proposed plan.
I like the sound of that, @sblom! 👍 to `JsonLdToken` and a 👎 to `Unwrap()` since it will only make the object we unwrap to a part of our external...
@tpluscode, aren't you using jsonld.net? Can you provide some assistance to understand the requirements from a consuming application?
This sounds more like an AzDO configuration issue than a GitVersion issue. Having a clean working directory is a prerequisite for GitVersion to be able to accurately generate a version....
I see, @walliski. Do you know whether we can control the caching/reuse of different installed versions of GitVersion within AzDO, @arturcic?
I'd love to have this. I'm unfortunately not familiar enough with Python or Doctopt's source code to provide a PR myself.
This also works: ```ruby with_tag('i.material-icons', text: 'arrow_right') with_tag('a[href="/intro/"]', text: 'Introduction') ``` It would be nice to be able to use the hash syntax instead of having to write CSS selectors,...