Scott Erickson

Results 3 issues of Scott Erickson

### Describe the bug `oaieval` hangs near the end, before reporting, a lot. ### To Reproduce ``` ✗ EVALS_THREADS=12 EVALS_THREAD_TIMEOUT=10 oaieval gpt-3.5-turbo myeval [2023-06-28 18:09:56,280] [registry.py:266] Loading registry from /Users/username/development/evals/evals/registry/evals...

bug

Not sure if it's configuration/Active Job backend specific, but after running `mass_encryption:encrypt_all_in_tracks` the `MassEncryption::BatchEncryptionJob`s were not picked up by default for me. I needed to add some configuration to process...

Reproduction steps: 1. Use a project without Action Text set up 2. Run `bundle exec rake mass_encryption:encrypt_all_in_tracks` Expected: 3. No error Actual: 3. Error output ``` ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation...