Kevin Lang
Kevin Lang
While cleaning up the benchmarks in `ecto_sqlite3`, I hit this error due to the benchmarks setup code that used `insert_all` hitting this limit. Couple options I can think of: 1....
First of all, thanks for creating this wonderful utility. I've long been a fan of SQLite3 and deeply appreciate this tool that makes using SQLite3 much more resilient! I think...
When using `Kino.DataTable` in livebook, it will only show 10 rows at a time. This should be configurable. As far as I can tell it is hardcoded to 10 here....
This will likely require support from `exqlite` for named paramters: https://www.sqlite.org/c3ref/bind_blob.html Exqlite will need to handle taking in a parameter name and finding the correct parameter index via `sqlite3_bind_parameter_index()` when...
Split off from #3143 Currently Caddy closes all active websocket connections on config reload. This impacts the ability to do graceful blue-green deployments where all new traffic is directed to...