Tomasz Pluskiewicz
Tomasz Pluskiewicz
Let's start with an example. Building a query as below ```c# QueryBuilder.SelectAll() .Graph("urn:graph:uri", c => c.Where(t => t.Subject("s").Predicate("p").Object("o"))) .Filter(e => e.Variable("o") == e.Variable("s")) .Where(t => t.Subject("x").Predicate("y").Object("z")) .BuildQuery().ToString() ``` One would...
@kal, when I try to build the 1.x maintenance branch I get this error from the test project: ``` Your project is not referencing the ".NETFramework,Version=v4.0" framework. Add a reference...
Mercurial has this unfortunate feature, where it's easy to end up with many dangling branches. Most of the 100 branches here have not been touched for ages. Likely some even...
I think we could investigate why the repository is so big after fresh checkout. It also takes quite some time to clone. I've seen the same issue with the previous...
### The problem I would like to dynamically populate the combo box items by user input, such as when searching a large collection, retrieved from a remote resource ### The...
I'm using paket alpha Git support. Is it possible to disable the extension for one solution or make it use prerelease?
I've just updated from nuget package 2.3 to 3.1 and GitLink breaks ### Steps to reproduce 1. Update to 3+ 2. Build locally Platform: Windows .NET version: net452 ### Expected...
I've just set up GitVersion to use dynamic repository and I wanted to GitLink to work the same way. It seems to almost work but breaks somewhere in LibGit2. Here's...
First, in issue #44 I mentioned that it's not possible to install the package in projects targeting .NET 4.0 and earlier. Looking at the package I realized that it actually...
When I try to set up Github previews for [zazuko/openlayers-elements](/zazuko/openlayers-elements) it returns `Failed to create webhook.`