Rob Cole

Results 8 issues of Rob Cole

Resolves #169 Provides an API to address disconnections to long-running connections that occur outside code by adding support for periodic health checks on idle connections. Periodic reapers cycle through a...

Sockets (TCP and Unix) are often disconnected by a firewall, docker, or system settings on various hosts (fly.io and render.com were the two ones I tested; fly.io uses TCP sockets...

Using a cross-browser testing app to test a production app, however, this is also replicable in our local examples. Attaching screenshots of one in Chrome, other in Edge / 15...

🐞 BUG 🐞
📝 DOCUMENTATION 📝

Per chat in discord: Current approach: ``` class ModelName < BaseModel skip_schema_enforcer table do ... end ``` Ideas: ``` view :materialized do end ```

Adds an `upsert` overload for Arrays to create large numbers of records at the same time. Uses PG's UNNEST behavior to allow for a near-infinite (buyer beware) number of insertions...

In past projects, we’ve been bit occasionally by implicit code in Rails that queried collections and would USUALLY, but not always, return in the order of ID ASC. Order is...

I'm pretty sure this must relate to exit codes and how yarn wraps different types of ongoing watch processes + how Nox traps exit codes, but haven't dug in deeply...

Realized after doing some digging in the code that Nox was its own shard, and not embedded in lucky_cli. https://github.com/luckyframework/lucky_cli/issues/752 @matthewmcgarvey LMK if there's anything else I can do to...