Bryan Konowitz
Bryan Konowitz
FWIW, getting compatible with LiveView 0.18.x (and phx 1.7) is a fairly light lift (if you're not worrying about backwards compatibility). [This](https://github.com/bkono/desktop/compare/main...feat/phx1.7) was all I needed to be able to...
Perfect, latest updates worked for me. Thanks for getting that updated.
Can you provide some details on what you want to see with the cybertron example? I have multiple Go apps using the extension, with cybertron. I can likely do a...
Realized I needed a place to experiment with the new bindings before being able to cleanly bring them into my existing projects (cross-compilation questions, some unwinding to do, etc). Ended...
> For more context: The exqlite lib similar to the python lib can load extensions like > > ``` > alias Exqlite.Basic > {:ok, conn} = Basic.open("db.sqlite3") > :ok =...
I've taken a slightly different approach to addressing it. On my fork I have a branch where I've tweaked the exit handling a hair [here](https://github.com/bkono/yugo/commit/02c0e1be784654d3c367a7d37cd59347b8e9fc77) to avoid the :normal exit...
> Thanks for getting this through! I have quite a few things on my plate right now while I finish up uni, so I might not get around to reviewing...