Alexander Ryabov
Alexander Ryabov
In case if non-default schema is used while creating extension, functions will be created in current schema instead of `public`. But `cstore_clean_table_resources` function is explicitly called from `public` schema, so...
http://localhost:22222/ping returns OK regardless of Redis status (e.g. when all Redis nodes are stopped). This behavior contradicts the [documentation](https://github.com/Netflix/dynomite/wiki/REST): > ping: performs a Redis inline ping to test Dynomite and...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though the [User Guide](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html) and the [API reference](https://docs.aws.amazon.com/cli/latest/reference/) - [x] I've searched...
It prints the headers in a Curl-compatible format, to be used like this: curl -H @
There is a discrepancy between the docs on the website and documentation source on Github. Example: https://python.useinstructor.com/integrations/genai/: from instructor.multimodal import PDFWithGenaiFile https://github.com/567-labs/instructor/blob/main/docs/integrations/genai.md: from instructor.processing.multimodal import PDFWithGenaiFile - [x] This is...