-
EDIT: the original question is wrong, but see the comment...
Hi, I'm not sure if this is a bug or if I'm doing something wrong. It seems that the keepNull option of the updateDocument() has no effect…
-
It would be good to be able to use VelocyPack in JavaScript. Some sort of support library would have to be created as well.
-
hello, i would like to help contribute to this project, however, i cannot get the project to build from a clean git checkout. it seems like maven is expecting some environmental properties to be set. …
-
The aim is to serialize/deserialize this to/from VPack:
```scala
sealed trait Drink
case class Tea(...) extends Drink
case class Coffee(...) extends Drink
case class Beer(...) extends Drink
ca…
wajda updated
2 years ago
-
Spline depends on the custom Velocypack fork due to the bugs found in the original version.
```xml
java-velocypack-module-scala-mvn-repo
https://raw.githubusercontent.com/wajda/java-veloc…
wajda updated
2 years ago
-
Hi All,
I am trying to use the go driver for my day to day operations and the Linux server is not opened to Internet. I could not get the driver using go get github.com/arangodb/go-driver. So I dow…
-
## My Environment
* __ArangoDB Version__: 3.0
* __Operating System__: Windows 10
* __Total RAM in your machine__: 8 GB
* __Disks in use__: HDD
## Component, Que…
-
After Running the spline project (https://github.com/AbsaOSS/spline) in Eclipse(with scala support),
I am getting the following error.
{Could not resolve dependencies for project org.webjars:absaoss…
-
For this dependencies:
"za.co.absa.spline" % "admin" % "0.4.0",
"za.co.absa.spline" % "rest-gateway" % "0.4.0",
"za.co.absa.spline" % "client-web" % "0.4.0"
SBT shows:
[warn] **modul…
-
Hi Team,
I am including the below oracle dependency in my `pom.xml` file.
```
com.oracle.jdbc
ojdbc6
12.1.0.2
runtime
```
After executing my code I am getting the below…