Andrew Kane
Andrew Kane
Here are [the docs](https://www.psycopg.org/psycopg3/docs/api/types.html), but you register the type on an open connection (`TypeInfo.fetch` runs a query to get the OID). Edit: asyncpg uses a [similar approach](https://magicstack.github.io/asyncpg/current/usage.html#custom-type-conversions), fwiw
Hi @btc, it means there's an issue with the bindings, but haven't been able to narrow it down. What OS and full version of Ruby are you on?
Thanks. The thread backtrace from Crash Reports would be most helpful.
@cfranklin11 Thanks for sharing. Unfortunately, I'm still having trouble finding the exact issue. I was also able to get a crash report locally, but it's for a different spot. ```text...
@btc and @cfranklin11 What `ORTools` model / solver classes are you using? Just found and fixed a memory issue in `RoutingModel`: e0b9f3b66df91b52f878c0d5a7d927fcb36be56e
Removed the C++ wrapper for `LinearExpr` (as it's not needed) in the commit above, which seems to have fixed CI (still not able to reproduce it locally). This also removes...
That adds the shim to the precompile list. If you comment out the highlighted lines in any of the gems above, you'll get `Sprockets::Rails::Helper::AssetNotPrecompiledError`.
Hey @aks, can you explain more about how the issue manifests itself, and how to reproduce it?
fwiw, `config.force_ssl` already makes all cookies secure. https://github.com/rails/rails/blob/3d70e9609760cb3046cf219cd49f3e9a838a0291/actionpack/lib/action_dispatch/middleware/ssl.rb#L20
Thanks @decathorpe - I came to submit the same thing (for the license specifically). Edit: fwiw, for other users who need this, you can fork, apply the change, and patch...