jackie-pc
jackie-pc
The desired logic would be: * Unset: overmind restarts processes immediately * `OVERMIND_AUTO_RESTART_INTERVAL=5`. Before auto-restarting a process, wait 5 seconds. * `OVERMIND_AUTO_RESTART=A:2,B:7. Before restarting A, wait 2 seconds. Before restarting...
Great work team - `asv` looks nice. We are looking into using ASV for tracking benchmarks for the [reflex project](https://github.com/reflex-dev/reflex). Some of the planned benchmarks can take a long time...
TODO: add README Spell out DB migrations... plus DB_URL for "production" (lol) use.
`openai.OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable` Solution is probably just to defer client instantiation...
**Describe the bug** When running `reflex run --frontend-only` (this is dev mode), hot reload only works for changes made to `assets/` folder. We should make it work in general -...