Ben Timby
Ben Timby
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [X] Feature - [ ] Code style update - [ ] Refactor -...
I have a field that I want to exclude by default and only include when requested. This is currently not possible (AFAICT). Any insight on how I could implement this...
I am not sure if this is an issue with `luaposix` or not, but If you open a large file and use lseek() the offset appears to overflow. ```lua $...
The `Resource` class should probably utilize the `LockManager` and `PropertyManager` objects to remove locks and properties when a file is deleted or moved. Unless I am missing something. If a...
First of all, thank you for this wonderful library. It works great and saved me tons of time. I am having issues with one aspect: auto token refresh. I have...
This PR address #31 by introducing a setting. `ELASTICSEARCH_DSL_AUTOSYNC_LOG_ERRORS`. This setting is `False` by default (current functionality is preserved). However, when enabled, errors are logged (but not raised) by the...
Hi, turns out my brand-new apps had the auto field set automatically, overriding the default from `settings.py`. This took me a few minutes to find. I added docs that might...
I ran into issues while testing this library. In one case, I had a dummy action, which returned `b''` instead of XML. For this case I am marking the service...
I just added some unit tests to another API client I use in my project. I used an excellent HTTP server mock utility called HTTPretty. It makes it easy to...
My first time using the dictionary feature of this library was to use the /usr/share/dict/words dictionary as outlined in the documentation. On my system, this file contains just shy of...