hal9 icon indicating copy to clipboard operation
hal9 copied to clipboard

Hal9 — Create and Share Generative Apps

Results 60 hal9 issues
Sort by recently updated
recently updated
newest added

think about ramifications to current architecture which assumes one `hal9 start` corresponds to 1 app = 1 config

If a package is not installed, say pandas, when the server initializes it fails but it doesn't return a proper error to Rust which means that the client can't parse...

Currently we have a pretty ugly workaround which is to call `eval/` multiple times when it fails. In order to remove this, we need `h9 start` to finish execution until...

In order to allow users to edit code in the designer... or at least add code to the file they are editing when a control is dragged... we need to...