Mike Cantrell
Mike Cantrell
It would be nice to have a reader or a visitor to stream components (VEVENT, etc.) as they're encountered instead of reading all of them into memory. This would allow...
In order to allow clients to re-send failed files, I'm saving the failed items: ``` uploader.onErrorItem = function(item) { errors.push(item); } ``` In my initial attempt to re-send the file,...
We require the users to login to get basic profile info. There are some optional features that we provide which need new scopes but we don't want to prompt for...
The opacity settings for the scrollbars can cause some unwanted bleeding in the modal panels. Potential fix: ```css .modal-pane .scroll-bar { -fx-opacity: 1.0; } ```
Some of the snippets have the exact same content. For instance, the positioning sample is exactly the same as the default It's also not clear that the pane needs to...
OS: MacOS 14.5 Python: 3.11.9 (CPython) tika-python: 2.6.0 test.py: ``` import tika import time from tika import parser, tika as server import logging logging.basicConfig( level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s...
### Description of the issue The API can return errors with invalid ClientError json which contains an invalid code: `invalid_request_parameters`. This is not a member of the expected enum. To...
The link to register for a API key is just a link back to the main website page. Is the link broken?
### Confirm this is a feature request for the Python library and not the underlying OpenAI API. - [X] This is a feature request for the Python library ### Describe...
### Determine this is the right repository - [X] I determined this is the correct repository in which to report this bug. ### Summary of the issue **Context** Using the...