Tomasz Pluskiewicz
Tomasz Pluskiewicz
fixes #514
Please Indicate One: * [x] Editorial * [ ] Question * [x] Feedback * [ ] Blocking Issue * [x] Non-Blocking Issue Please Describe the Issue: The RDF vocabulary of...
Without being able to reuse existing JS packages and reuse test scripts, the tests will quickly become very repetitive. I would like to write a test using anything node has...
I have a `dev` environment set up in `http-client.env.json` ```json { "dev": { "foo": "bar" } } ``` Locally, I wanted to try something out against a remote env so...
We run restcli in CI and the `-G` switch becomes quite verbose. The only alternative is to create a JSON file with variables, which is just a little awkward. Now,...
I downloaded the latest `jar` from releases (v2.0.1). I run my test with: > java -jar restcli.jar -d test -e dev test/queries/*.http The result is this: ``` ┌────────────────────┐ │restcli │...
This PR kind of fixes #26 It demonstrates what I attempted to fix `InvokeGet` of private static properties (or public property of a non-public type).
I'm migrating an older projects to .NET Standard. Previously I used ImpromputInterface: ```c# Impromptu.InvokeGet(type.WithStaticContext(), "Context"); ``` Where the `type` is for example a nested private class within a test fixture:...
The module `lib/SparqlParser.js` wants to `require` the node modules `fs` and `path` This is a bit problematic in my setup where I want run browser tests for a component which...
In #215 @langsamu had to take the internals of query builder to construct individual graph patterns of a MODIFY command. Support could be added to make it part of the...