Results 6 issues of Marius Nita

You should be able to do: ``` js // CommonJS: var agentscript = require("path/to/agentscript"); // AMD: define(["path/to/agentscript"], function(agentscript) { ... }); ``` This means agentscript should check which module system...

Maybe not totally important since you can already do: ``` bower install [email protected]:backspaces/agentscript.git ``` but it'd be nice to do ``` bower install agentscript ```

Seeing a bunch of errors coming back from the OpenAI API: > This model's maximum context length is 4097 tokens, however you requested 4303 tokens (4047 in your prompt; 256...

This code allows a dialog to disappear from the UI when closed in the UI, while it technically should stay opened: ```py def main(): d = hd.dialog() d.opened = True...

bug

On iOS/macOS safari, using `hd.clipboard().write()` doesn't work, and this error is emitted in the console: ``` NotAllowedError: The request is not allowed by the user agent or the platform in...

bug

Stuff to add in the near future: * [x] Add Shoelace [tree component](https://shoelace.style/components/tree) * [ ] File upload component * [ ] Support for math formulas in Markdown #3 *...