Anoop Thomas Mathew

Results 9 issues of Anoop Thomas Mathew

``` RuntimeError: maximum recursion depth exceeded in __instancecheck__ ``` Need to dynamically increase the limit depending on the resources. [Reddit Discussion](http://www.reddit.com/r/Python/comments/22fdpj/butler_python_dictionaries_and_lists_on_steroids/cgovn75)

bug

Ref: http://www.reddit.com/r/Python/comments/22fdpj/butler_python_dictionaries_and_lists_on_steroids/cgn16dy ``` python dicts have a way to now throw if the key isn't found: foo['x'] #

Ability to utilize different backends for caching other than SQLite3 - like **redis**

enhancement
help wanted

``` python variable = "Hello" ``` _produces_ ``` python File "", line 1 print variable = "Hello" ^ SyntaxError: invalid syntax ``` Is this a know issue? When can I...

Replacing the deprecated text-ada-001 model with the latest text-embedding-3-small from OpenAI

Create a wrapper function to make creation of custom view easier