Andrew Seidl
Andrew Seidl
Hi @vqalex , since you're using the Enterprise Trial, are you able to log in using Immerse? Try going to http://localhost:6273 .
Which version are you using? I am unable to reproduce with the below code with omnisci 5.4.0 and @mapd/connector 5.2.0. You can get the version info at http://localhost:6273/version.txt ``` /*...
It looks like you have an anaconda/miniconda environment active, and cmake is picking up some of the required libraries from there instead of the versions installed with mapd-deps-prebuilt.sh. Mixing the...
There is some ongoing work to move dependency management over to vcpkg rather than custom scripts, so hopefully this won't be a huge issue in the near future.
Initial server-side support added in https://github.com/mapd/mapd-core/commit/389368c5ffa984928df6729d8def0513d704ffcb. Leaving this open since these types only seem to be supported in pymapd on CPU (`select_ipc`), not GPU (`select_ipc_gpu`), at least in the version...
Thanks @xmnlab ! What do you plan on using this for? [systemd](https://en.wikipedia.org/wiki/Systemd) only exists on Linux, which is why there are a few Linux-isms in there. We might want a...
Interesting, have you been able to reproduce it? The demo outputs the points and computed bounds to the console, though those arrays might be a bit large with all those...
external-apis.mapd.com should be back now. Note that it will only accept URLs with hostnames from *.mapd.com and *.omnisci.com.
@senatorgrant could you move this to the https://github.com/mapd/mapd-core repo? This one (https://github.com/mapd/mapd-connector) is for the JS connector, JDBC lives over in [mapd/mapd-core](https://github.com/mapd/mapd-core).
Doesn't npm already have the version bump built in? https://docs.npmjs.com/cli/version