JT A.

Results 27 issues of JT A.

Sqlite in standard [amalgamation](https://www.sqlite.org/amalgamation.html) there is [geopoly](https://www.sqlite.org/geopoly.html). It requires the `DSQLITE_ENABLE_GEOPOLY=1` compile time option. Would you accept a PR for this?

I have the [following issue](https://github.com/jtarchie/sqlitezstd/issues/17) with zstd VFS. I cannot support temporary files as it is read-only. The workaround is to set `PRAGMA temp_store = memory;`; In the following `appendvfs`...

For a project, I was looking for a way to convert a bounds to a geohash. Given the difference in precision levels of geohash, I thought it would get close...

I was wondering if you'd except a PR on exceptions related to timeouts? They reasonable to retry because of Network Connectivity issues.

Hey! 👋 Us again. 😆 We have tests that periodically fail. The error message (not stacktrace) is below: ``` # terminated with exception (report_on_exception is true): ``` Then any following...

The request is to determine if we can obtain the extra address field from countries that might have it. For example, - Mexico RFC - Brazil CPF/CNPJ - China Resident...

We just tried upgrading to Rails 8.1.1, and received the following: ``` Because active_record_extended >= 3.4.0 depends on activerecord >= 5.2, < 8.1 and rails >= 8.1.1 depends on activerecord...