Anton Zhiyanov
Anton Zhiyanov
The incubator contains SQLite extensions which haven't yet made their way to the main set. They may be untested, poorly documented, too broad, too narrow, or without a well-thought API....
Hi Preet! Thank you for this awesome project! I think the Rough.js docs would be even better if the examples were interactive, so people could change the code and see...
I've found that PGlite works fine for simple queries, but fails with the "memory access out of bounds" for more complex queries (when using the browser version). For example, this...
Подключает стили виджета suggestions-jquery, чтобы компонент нормально выглядел в браузере.
Hi Matt! Thank you for this awesome project! And special thanks for writing great documentation, it's one of the best I've ever seen. I think Caddy docs would be even...
### Repro steps Using Firefox 124/125, visit https://medv.io/codejar/, focus in the editor and delete all the code. Enter the following code: ```javascript const greet = (name) => { console.log(5); }...
Some sqlite pragmas return a value. For example, `mmap_size` (running in sqlite shell): ``` sqlite> pragma mmap_size=1024; 1024 ``` The libsql driver's `Exec` method fails with an "Execute returned rows"...