Matthew McAllister
Matthew McAllister
Missing `is_eager`, `called_directly`, and `timelimit` among other things. https://docs.celeryq.dev/en/stable/userguide/tasks.html#task-request
This might be too far out of scope for the project, but a reader/writer lock implementation would be a really nice addition to `redis.lock`. I haven't come across a proven...
Many/most text editors save with trailing whitespace.
This is the output with `-fsanitize=address`: ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==167666==ERROR: AddressSanitizer: SEGV on unknown address 0x558c0562c438 (pc 0x558a27cc9807 bp 0x000000000000 sp 0x7ffeb2f57310 T0) ==167666==The signal is caused by a READ...
I think this is an improvement over the current behavior of outputting nothing at all when the prompt is too long. It's slightly ugly to see the truncated prompt in...
Many, probably most, editors include a trailing newline at the end of a text file, which is not what you want if the prompt isn't a complete sentence or paragraph....
When changing the chat mode to 'instruct' via the UI, this menu is properly marked non-interactive. However, if the settings file or default model cause the mode to start as...
I'm of the opinion that users should *not* have to Google random error messages for 30 minutes when a program crashes, so I decided to do something constructive and add...