Luca Garulli
Luca Garulli
Invalid
How can I use textcomplete on a text area from the browser by just including the JSS/CSS? I found the JS on a [CDN](https://cdnjs.com/libraries/jquery.textcomplete), but only for the textcomplete JS,...
First release of custom functions. This PR allows the execution of custom functions written with any language supported by the JVM. Still missing the SQL DDL and more. Issue: https://github.com/ArcadeData/arcadedb/issues/288
### Discussed in https://github.com/ArcadeData/arcadedb/discussions/281 Originally posted by **lvca** January 13, 2022 OrientDB supports custom functions written in any language supported by the JVM (mostly Javascript using Nashorn), so other DBMSs...
### ArcadeDB Version: 21.9.1-SNAPSHOT ### JDK Version: 16 ### OS: Mac ## Expected behavior Error on using Gremlin and Cypher. ## Actual behavior At runtime this exception is thrown from...
Having append only structures allows some interesting use cases like ledgers, block chains,
OrientDB is not supported anymore and has issues with Apple Silicon (see https://github.com/jbake-org/jbake/issues/709). ArcadeDB is a (conceptual) fork, with a new engine, much faster and lighter and no use of...
I'd like to create a second tunnel to my open port because CloudFlare Argo was down twice in 60 days. I see that once I run Hera with my Docker...
Posting this JSON: `{"symbol":"AUPH","side":"sell","time_in_force":"day","extended_hours":true,"qty":"2211","type":"limit","limit_price":"5.88"}` To the endpoint: https://api.alpaca.markets/v2/orders returns this error: `{"code":40010000,"message":"request body format is invalid"}` I can't see whay it's invalid.
ArcadeDB's HNSW indes is pretty powerful, but the lack of SQL support makes it hard to use via API. We need some new function/method to expose the following methods from...