harjitdotsingh

Results 6 issues of harjitdotsingh

This PR contains code for #2226.

Hi there, I have this code ``` ParallelTask pt = parallelClient.prepareHttpGet("/search/query?q=$QUERY") .setHttpHeaders(new ParallecHeader().addPair("x-user", env.getProperty("ifi.user")).addPair("x-password", env.getProperty("ifi.password"))).setProtocol(RequestProtocol.HTTPS) .setHttpPort(443) .async() .setReplaceVarMapToSingleTargetSingleVar("QUERY", queryList, "cdws21.ificlaims.com") .setResponseContext(returnMap) .execute((res, responseContext) -> { String resourcePath = res.getRequest().getResourcePath(); String...

contributor/question

### System Info Iahve compiled the go code and all the bindings when I run the code with the following arguments ./main -m /home/azureuser/models/ggml-gpt4all-j/ggml-gpt4all-j.bin -t 2 I also tried with...

I'm trying to do a mvn clean package and get this error [ERROR] Failed to execute goal on project mongodb-binding: Could not resolve dependencies for project site.ycsb:mongodb-binding:jar:0.18.0-SNAPSHOT: Failed to collect...

Hi there, Can you add an example of multiple values for a vertex ? I know you did it for TinkerPop. I'm trying to add one using java.util.List or Set...

I have the following code events = { ``` "processed" namespace: 'browser', browser: true ``` } code in the service def map= [:] map.json = data event('processed',map,{}) code on the...