hal9
hal9 copied to clipboard
Hal9 — Create and Share Generative Apps
I get this error `Error : '\H' is an unrecognized escape in character string starting ""E:\H"`
I found it easier to install with `pip3 install -e .` reusing my Python environment.
specifying runtime dependencies of apps
font family, font size, navbar height and navbar color should match the `hal9.com/notebooks`
However, we need to fix the height and not let it grow.
Hal9 publishing maybe requires API key.
See https://news.ycombinator.com/item?id=27340809
Similar to the export as CSV block, the community would appreciate a export as XML / RSS block. Can be simular to: https://github.com/hal9ai/hal9ai/blob/main/scripts/export/csv.txt.js please also consider this PR which ads...
We deserialize cached data as follows: ``` const arqueroDeserialize = async (e) => { const aq = await arqueroRoot(); return aq.table(JSON.parse(e.replace(/undefined/g, 'null')).data); } ``` We need a mechanism to roundtrip...