Piotr Jastrzębski

Results 27 issues of Piotr Jastrzębski

``` → select count(*) from sqlite_master; COUNT (*) 10 ``` sqlite returns `COUNT(*)`. Notice no space between `COUNT` and `(*)`. This breaks integration with some tools and frameworks. See https://github.com/libsql/libsql-client-go/issues/76...

According to documentation this mode can increase database performance: https://www.sqlite.org/sharedcache.html My tests showed improvement both when using 1 client and 100 clients. For sigle client the throughput increased by 14%....

The build breaks with: ``` > cargo build --message-format=json | npm exec neon dist Compiling libsql-js v0.3.12 (/home/haaawk/libsql-js) error: No artifacts were generated for crate libsqlibsql-js error: Broken pipe (os...

bug
help wanted

Libsql does not have `bool` datatype but code in Golang can do something like this: ``` var ok bool if err := rows.Scan(&ok); err != nil { return err }...

Many people I showed the application to got confused by the Regional results. Most of them started to understand what's going on only after I explained that Regional is a...

![image](https://github.com/sourcegraph/app/assets/1311149/a5e592b6-3d4a-48d7-8cc4-b5b8c09030df)

cody-intelligence

``` $ ls -la ~/.turso total 56672 drwxr-xr-x 2 dante users 4096 Jun 25 17:27 ./ drwx------+ 46 dante users 4096 Jun 23 11:26 ../ -rw-r--r-- 1 dante users 1867...