Thomas Tay
Thomas Tay
Ran into this today. The limit is well documented in point 9 here: https://sqlite.org/limits.html, but exqlite seems to hit this error below the 32k variable limit somehow. There's also supposedly...
yeah, this is for a small personal project of mine. The API that I'm using can generate a lot of nested data, which when normalized can result in inserting about...
@warmwaffles sure, i'll work on it sometime this week if i get the chance. was out last week. Is it ok if i write the test in ecto_sqlite3, since my...
PTAL, added in a config test as well as a stats test
p.s. did not mean to remove the review from @alexander-akait , not sure why it removed it
Apologies for the lack of recent updates. There is something with the changes that breaks some tests. I was looking into that last week but got sidetracked by some critical...
@TheLarkInn PTAL, build is green @sokra too, addressed your comment
Hi, I was on vacation the past 2 weeks, will look into this this week
Fixed the issues @TheLarkInn @alexander-akait turns out it was my editor working against me by surreptitiously removing the extra spaces 🤦
I'm interested in this idea and was thinking about implementing this purely client side, no server. Wanted to hear your thoughts. You could use [lz-string](https://www.npmjs.com/package/lz-string) to compress the existing json...