Nathan Gilbert
Nathan Gilbert
### Bug summary The following only returns active users: `search_users(maxResults=False, includeInactive=True, query="%")` This generates a request like: `GET /rest/api/2/user/search?query=%25&includeActive=True&includeInactive=True&maxResults=100` Which does not return inactive users, only active. In order to...
I am working with Python 3.7 and on macOS/Linux the python curses library handles these keys correctly but on Windows using this library pressing either ] or Shift-] (to get...
Hi, I'm seeing a `TypeError` being emitted from this library occasionally. Specifically at ``` File "/quickbooks/mixins.py", line 333, in query if object_name in json_data["QueryResponse"]: ~~~~~~~~~^^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not...
### Bug description Problem is the title. No matter what timezone I select, the report job gets scheduled 12 hours ahead. In the Superset UI, the timezone display on the...