Mitch LeBlanc
Mitch LeBlanc
``` DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats pyminizip.compress_multiple() ``` I'm assuming this is an internal deprecation warning, and not a usage issue. Relates to https://bugs.python.org/issue36381 I'm using Python...
The Redmine GUI can filter issues "Related to" with many options: Are these options available via the API or Python-Redmine? I have searched everywhere and can't find anything. I know...
* berserk version: `berserk-downstream 0.11.6` * Python version: `3.9.5` * Operating System: Mac ### Description Lichess API has `sort` param: https://lichess.org/api#operation/apiUserCurrentGame But berserk is throwing `TypeError: export_by_player() got an unexpected...
* berserk version: berserk-downstream 0.11.6 * Python version: Python 3.9.5 * Operating System: Mac ### Description Games export API expects integer timestamps, but berserk sends floats. If you go here:...
### Is your feature request related to a problem? Please describe. When I run the chunked uploader on a too-small file size, I get the following: ``` boxsdk.exception.BoxAPIException: Message: File...
### Is your feature request related to a problem? Please describe. As is known from closed issue (https://github.com/box/box-python-sdk/issues/387) if you don't `pip install "boxsdk[jwt]"`, and use the JWT authorization, you...
### Is your feature request related to a problem? Please describe. I don't think the preflight check, which throws a 409 when a file exists, should be logging a WARNING...
I noticed that when a table breaks across pages, the first alternating row_color "resets". Here is an example: (This is one table, broken by a page break. Notice how it...
I believe the library currently does not display message updates & deletes. https://slack.com/help/articles/220556107-How-to-read-Slack-data-exports The **How to read an edited message** section states: > If your export option allows for edit...
I'm writing code using Slack's discovery APIs, which means I'm not getting an entire export of the workspace as a .zip. However, I'd love to use your script to convert...