Math2

Results 4 comments of Math2

I have the same problem because my ~/.cache is symlinked to a different filesystem. One workaround is to add this to ~/.profile: ``` export RUBOCOP_CACHE_ROOT="$(realpath ~/.cache/rubocop_cache)" ```

Oops, actually if you `#close` the statements, this works fine. I believe I'm seeing a problem with threads and prepared statements that happens without prepared statements accumulating endlessly like this,...

Very curious. This one fails with "Commands out of sync" exceptions while reusing the same prepared statements, but apparently only if the query returns 0 rows! ```ruby conf = {...

> Can't reproduce here on the same card but FreeBSD 14-CURRENT. Also I have https://reviews.freebsd.org/D35269 Mind testing if that changes something for you ? No luck. I was running with...