Florian Hockmann
Florian Hockmann
After janusgraph/janusgraph#1295 is implemented, serialization and deserialization of arrays should also be supported in janusgraph-python.
JanusGraph contains some text predicates which are not supported by JanusGraph.Net. These are at least the ones added in this PR: JanusGraph/janusgraph#2559, including `textContainsPhrase` and negations of all text predicates.
.NET 8 is out and it's an LTS release. The update includes: Tests GH Actions Docs for contributors Our target framework can however still be .NET Standard 2.0 like it...
We should create and publish API docs for the library. The most widely used tool for that seems to be [DocFX](https://dotnet.github.io/docfx/). That only has the downside right now that it...
After janusgraph/janusgraph#1295 is implemented, serialization and deserialization of arrays should also be supported in JanusGraph.Net.
Although it's really easy to build Gremlin IDE, it would be great to have packages already available to download to lower the bar for new users. Maybe something like the...
If I'm not mistaken, then the `HttpOptions.TimeoutInSeconds` are not working as expected right now because they are only used [to create a policy](https://github.com/GDATASoftwareAG/motornet/blob/9f1d60dc11f2c087a36e0f5e96280c2bb9a41520/src/Motor.Extensions.Http/DefaultHostBuilderExtensions.cs#L59) which will let the HTTP request timeout...
We ran into a case tonight where one of our RabbitMQ services stopped consuming messages without logging any error. This resulted in the queue filling up gradually until we manually...
This performs the update from Dependabot's PR #4452 manually as Dependabot for some reason thinks that this update is for some reason no longer possible. The update includes (copied from...
Fixes #11