-
[Databases] Add support for MongoDB
Currently, the only supported database is Sqlite
https://github.com/arturo-lang/arturo/blob/a971add892fe3d675b3320f356cf2d96179e2a22/src/library/Databases.nim#L33…
-
Thank @penghuo for the #795 fix!
a follow up on this.
When using * in a subfield (non-nested), breaks
```
POST my_test_ndex/_doc/
{
"field1": {
"subFieldA": 1,
"subFieldB":…
-
[System\pause] implement for Web/JS builds
it could easily correspond to some type of javascript timeout
https://github.com/arturo-lang/arturo/blob/a5683a2dace1b7e4e3b5c822d65f1e82119fa6aa/src/libra…
-
[Net\request] could it work for Web/JS builds?
it could easily be a hidden Ajax request
https://github.com/arturo-lang/arturo/blob/a5683a2dace1b7e4e3b5c822d65f1e82119fa6aa/src/library/Net.nim#L119
…
-
NDEx team is working on ndex javascript client with authentication methods, good time to meet on this
-
[VM/eval] `switch` not working properly in `print` block?
For example this: https://github.com/arturo-lang/arturo/blob/even-more-RC-problem-solving/examples/rosetta/practical%20numbers.art#L24-L25
i…
-
[VRange] Should we support BigNum bounds?
so that somebody can e.g. select.first:3 167126537612537126536127..∞ => prime?
https://github.com/arturo-lang/arturo/blob/634ea1bcd8f7dfbe8fd10ff8c85f3e903a…
-
[Helpers/maths] General cleanup needed
https://github.com/arturo-lang/arturo/blob/ce734e7a32c73173910cdf8f533f56be21febe3b/src/helpers/maths.nim#L9
```text
##########################################…
-
[VM/exec] General cleanup needed
https://github.com/arturo-lang/arturo/blob/ce734e7a32c73173910cdf8f533f56be21febe3b/src/vm/exec.nim#L9
```text
######################################################…
-
[Databases] Add support for IndexedDB
Currently, the only supported database is Sqlite. Obviously, this would be only for Web/JS builds.
https://github.com/arturo-lang/arturo/blob/a5683a2dace1b7e4e3…