Yuval Yogev

Results 12 issues of Yuval Yogev

When configuring a custom exception handler in iPython with: `ip.set_custom_exc` inside a notebook there is a strange and buggy behaviour in papermill. The notebook runs until the cell the raises...

bug
help wanted

**Describe the bug** Flask socketio breaks with new version of Werkzeug (2.1.*) https://github.com/pallets/werkzeug/pull/2276 This is the exception: ``` from flask_socketio import disconnect File "/usr/local/lib/python3.8/site-packages/flask_socketio/__init__.py", line 24, in from werkzeug.serving import...

question

**Describe the bug** Using botocore to send messages to SQS can be very expensive in CPU, because of urlencoding the message body. A. Urlencode is called twice, as stated in...

feature-request

Fixes #1302 . When some shards fail, the count is returned as a default or a partial answer, hiding the error from the user.

Currently capybara only supports pytest 3 because of the deprecated get_marker. This fixes that and supports modern pytest versions

**Describe the bug** When trying to upload hundreds of small files, boto3 (or to be more exact botocore) has a very large overhead. In my tests, uploading 500 files (each...

feature-request
s3
ssl
p3

We are getting ImagePullBackOff for rate limiting since the apline image pull is performed from an unauthenticated user. It would be great to support a docker user so we can...

Hi, I have a model trained on xgboost 1.2.1, saved in a pickle format. I want to upgrade xgboost to be at least at 1.4.2, doesnt have to be 2.0,...

status: need update

### Describe the issue The Changelog has become so long, that sometimes github just failes in presenting it. It would be best to split into historical changelog and new one...

bug
p3

Hi, I'm building a `JupyterFrontEndPlugin` that registers a ICompletionProvider to autocomplete a custom language. I'm able to to get autocompletions and have each item define a `documentation` property that shows...

bug
pkg:completer
tag:Documentation
status:Needs Triage