Arnau Lacambra

Results 4 issues of Arnau Lacambra

I've tested the .exe file on a Windows 10, and it doesn't seem to be able to create the tunnel. The pc is in a proxy'd network, and I guess...

Need more info

I'm trying to upload a bunch of json data to an arango server. Here is my code ``` go package main import ( "context" "encoding/csv" "encoding/json" "fmt" "io" "io/ioutil" "os"...

**Describe the bug** I have an OpenAPI definition, [Master-OB-OpenAPI.json](https://github.com/Open-Orange-Button/Orange-Button-Taxonomy/blob/main/Master-OB-OpenAPI.json), which doesn't have any `path` in it, only `schema` definitions. I've tried to generate the Graphql schema file, but it only...

I'm trying to upload a bunch of json data to an arango server using Arango GoDriver Here is my code ``` go package main import ( "context" "encoding/csv" "encoding/json" "fmt"...