Declan Naughton
Declan Naughton
As far as I can tell its impossible to create indented trees, for example: https://bl.ocks.org/mbostock/1093025 (independent of being collapsible) I describe a _hacked solution_ here, where I make a change...
Hi guys! Currently planning to simulate indented tree-type axes labels by using emojis and some logic in my data processing :) separate issue Re indented trees: #3382 For this workaround...
I'd like to go to online editor e.g. to debug, whenever I want to see signals, see data after transformations using data viewer. However as I use local data files...
Example: I'm trying to harvest all `field` properties that appear in a JSON object.  Using `allKeys: true` it works as long as the fields don't appear inside arrays, but...
Hi, In a [Quarto CLI discussion](https://github.com/quarto-dev/quarto-cli/discussions/5411) I noted that OHQ notebook imports resulting in calls to `api.observablehq.com` cause application performance issues because of the `max-age=30s` cache header response from the...
Hi, Would love to use gemini animations triggered by scrolling - is there any convenient mechanism to do this, timer replacement or some such? Thanks, Declan
Hi, I've cloned the voyager github repo, run yarn, yarn test, yarn build and npm run build:lib various times to try to get a module I can embed. Then when...
Hi, ``` ```js echo ``` is neat for documentation. I'm also using it to expose code for some visualizations, example: https://declann.observablehq.cloud/calculang-dx-pattern-exampling/graphing-calcs/graphing-calcs Here I added a manual collapsible code block also,...
Using VizGPT sends data to Microsoft/OpenAI & uses proprietary GPT model. The possibility to use other LLMs instead would be nice. Free/open source and local & fine-tuned models could open...
@ https://www.vizgpt.ai/ I believe data is sent to Azure/OpenAI for processing, but there is no awareness about this for the users