Curran Kelleher
Curran Kelleher
Yes! Closed in https://github.com/f5/unovis/pull/509
It's working.    One thing that might be a good idea is to implement "Sitemaps", which is not done yet.
From ChatGPT: Exposing a list of all user profile pages in your sitemap, as well as linking to nested sitemaps for each user's visualizations, is a great way to enhance...
I'm curious, what limitation of Arrays are you facing? Is there something wrong with converting the data to an Array first?
Here's an example, from https://vizhub.com/curran/visualizing-population-centers?edit=files&file=package.json  ```json { "dependencies": { "d3": "7.8.2", "topojson-client": "3.1.0" }, "license": "MIT", "vizhub": { "libraries": { "d3": { "global": "d3", "path": "/dist/d3.min.js" }, "topojson-client": {...
Ahh yes, good one! This is unfortunately beyond our control since we are using [Auth0](https://auth0.com/) for authentication. This is their off-the-shelf login screen, which I don't think I can customize...
I'm getting some related errors: ``` (node:100661) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/curran/repos/vizhub3/node_modules/@uiw/codemirror-theme-okaidia/esm/index.js is not specified and it doesn't parse as CommonJS. Reparsing as ES module because module syntax was...
I'm working on a project that uses Rollup where different developers have different operating systems. I personally work on Linux, but other contributors work on OSX and Windows. In order...
Interesting... Thanks for your thoughts on it! I wonder if a minimal reproduction would be useful to demonstrate this. FWIW this is the `package.json` of the project where I'm experiencing...
I wonder if this may be an issue for Vite actually, not Rollup. https://github.com/vitejs/vite/blob/main/packages/vite/package.json#L163 This is the sort of PRs I get, with additions for ESBuild and Rollup OS-specific packages....