node
node copied to clipboard
GPU-accelerated data science and visualization in node
Seems like UCX behaves differently when applications statically link cudart, and that different behavior may be affecting blazingsql's comms. Filing an issue to investigate this.
`join` uses `forEach` to join across the `on:` keys. A common use case of `join` is with a single join column, so we should accept the use of a single...
I've been following the [USAGE.md guide](https://github.com/rapidsai/node/blob/main/USAGE.md) to set up node rapids with windows, and run into an issue with the windowed examples. Windowed examples in docker WLS2, such as below,...
This PR just packages the `particles-maplibre` application in `modules` to use the latest api endpoints based on `rapids-viewer`, which defines an approach for point budgeting and a ringbuffer for vertex...
Does this repo depend on GDAL other than for cuSpatial? cuSpatial dropped its GDAL dep, so perhaps remove it here as well? References: https://github.com/search?q=repo%3Arapidsai%2Fnode%20gdal&type=code
Bumps [fastify](https://github.com/fastify/fastify) from 3.20.2 to 3.29.4. Release notes Sourced from fastify's releases. v3.29.4 ⚠️ Security Release ⚠️ Fix for "Incorrect Content-Type parsing can lead to CSRF attack" and CVE-2022-41919 Full...
Hello, I'm looking for some advice on this project. Looking through the readme, I'm quite confused as to how to get up and running with this. Do I need to...
The best way to stream points in the point budget is to know how many points we can transfer easily per frame. This is fairly trivial to compute: 1. The...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...