Bruno
Bruno
I stopped working on Easel before writing a real game in it and adding things like mouse support. If you're looking to build HTML5 games in haXe, I suggest sticking...
This appears to be an issue with Chrome affecting all canvas users: http://code.google.com/p/chromium/issues/detail?id=7508 It doesn't look like it can be worked around yet, sorry!
I think there have been upstream breaking changes to uxn. It's hopefully just a matter of pulling in the latest C sources (uxn-fast.c, ppu.c, etc) from upstream though. If you...
You'll need at least `emcc` from emscripten, and nodejs to build the JS side.
I think that would work ok for file writing, but there will probably be issues with file reading due to the browser dialog box being asynchronous. Emscripten has something called...
When running `:AI` with no arguments (such as when pressing `` in insert mode), up to 20 lines before and after the cursor are included in the request to OpenAI...
It looks like the edits API has been deprecated by OpenAI: https://openai.com/blog/gpt-4-api-general-availability We'll need to look into porting parts of the plugin to the Chat Completions API.
I'm open to changing this, what would be a better default?
I would happily accept a PR for this 🙂
> Conversation-Mode where one can go back and forth with ChatGPT in a floating window and at the end have the last response parsed into the buffer. This could be...