Results 11 comments of Frankie Colson

Thanks! Some background on the scenario I'm facing with this. Multiple databases (6) with identical schema, but differing data.The migration is primarily so users and payments can remain in a...

@raphaelm Added a simple caching mechanism for saves. We essentially cache related object primary keys involved in the active scope on the instance. If these change to a non-null value...

For people that are running into this problem nowadays, there is a straight forward solution. 1. The refresh callback needs to call `Promise.reject(failedRequest)` in order for react query to get...

A human addendum to the AI's diff summary ^: This lib is much faster than openpyxl but remained unusable for my use-case due to: * Lack of formula support *...

Any movement on this? @NickCao thoughts on this path model? ``` oci://{registry}/{repo}/@{ref}/{inner?} registry = ghcr.io | registry-1.docker.io | ... repo = namespace/name ref = | sha256: (OCI "reference") inner =...

Thank's for the reply! Apologies as this may be more pyo3 in general, but wondered since the core pydantic lib is rust-side. So we currently represent a bounding box in...

Bumping this feature. I'd say it's loosely analogous to "fork vs spawn" mechanics in software. Currently the only mechanism is to "spawn" a subagent with some limited set of context....

@adrianog to my knowledge they don't but I haven't dived into source for Codex

Same issue. Opencode consumed 15Gb Memory in one instance. With multiple parallel instances, ended up crashing my Xserver (Ubuntu 24.04) with 128Gb memory Common pattern across all sessions: 2-3 opencode...