Jon Stacey
Jon Stacey
It appears that contrary to the Wikipedia API documentation, 503 status codes are not being returned when maxlog is greater than the given threshold. Instead, a status code of 200...
Would be very useful if there was an out of the box connector to [Redux DevTools extension](https://github.com/zalmoxisus/redux-devtools-extension). Integrated Time travel debugging would be awesome.
Given "redo" is a control statement, would it make sense to rename ```VersionedStore#redo``` to ```VersionedStore#rollforward``` ? That way it's similar to "rollback". Or perhaps ```VersionedStore#rewind``` and ```VersionedStore#replay``` ? Just an...
Fix rename when using raw_\* functions. I've added raw_rename, but we need to add better solutions using raw_read and raw_write. Also when "renaming" an editor file.
Text editors such as vim attempt to create and then delete a numbered file. This can be an issue if the filename (all digits) is reported as not valid.
Unable to compile on macOS Monterey 12.1 (21C52) side note: instructions should probably be `brew install gcc@9` instead of gcc@6 ? Errors on make: ``` bash-3.2$ make c++ -g -std=c++17...
# Bug Report ## Description **Bug Summary:** Custom OpenAI API Endpoints don't seem to work, such as api.together.xyz, and api.replicate.com **Steps to Reproduce:** 1. Settings, Connections, OpenAPI 2. Add an...