Declan Naughton

Results 181 comments of Declan Naughton

Oh, I had no idea my project was private! It's public now! Thanks @mythmon

Hi, A simple workaround to add collabsible echos is the following JS code block in a page: ``` ```js // wrap echoed source code by details tag document.querySelectorAll('.observablehq-pre-container').forEach(el => {...

I tried to get some pure vega-lite specs/manipulation out of Star Coder and the results aren't very good. It likes to give Python code using Altair however! https://huggingface.co/spaces/bigcode/bigcode-playground Better prompt/fine...

+1 Noticing a few limitations in the WebAssembly links: - only includes notebook code: not accompanying files - can't specify package dependencies: it does automatically install some detected packages, but...

If #6 will be good can extension just wrap github codespaces or some alt?

Redux devtools uses `window.__REDUX_DEVTOOLS_EXTENSION__()()` type hook. Don't like exposing whos an extension user, but surely permissions can be default-off. https://observablehq.com/d/97321fd228a592c0

https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/examples/milestones Possible basis for simple, safe UI linking to another page, using v3 webextensions manifest. (test where is FF support?)

Possible entry point (at least temporary) via calcudata @ https://observablehq.com/@declann/little-calculang-helpers See `console.log` call for current calls to this (whereever calcuvizspec is used)

https://github.com/cezaraugusto/extension.js https://news.ycombinator.com/item?id=40210627