-
### Describe the bug
Hi,
I'm trying to save a polars dataframe in cache using the following operation.
```
from vega_datasets import data
import polars as pl
df = data.iris().pipe(pl.from_pandas)
w…
-
Currently, wrapping via e.g. `wrap_function_wrapper` import wrapped modules right away
https://github.com/GrahamDumpleton/wrapt/blob/develop/src/wrapt/patches.py#L17
I was wondering if it could …
-
## Observed behavior
We have previously used the pytz library for timezone handling - however, since Python 3, the zoneinfo standard library interface has been available.
## Expected behavior
We …
-
This monkey patch is dangerous:
https://github.com/rails/rails/blob/82054e8eb76a72ded0abee83019e60c19f552a8b/activesupport/lib/active_support/core_ext/object/json.rb#L58-L66
Specifically, I've s…
-
From https://github.com/ruby-next/ruby-next/issues/100#issuecomment-1282605332
It'd be nice to have something like `require "ruby-next/language/runtime"` which also handles `eval`.
Using `using …
-
Hi @brandond,
This just a question.
I am wondering why it was necessary to monkey patch urllib3 to access the peercert.
Would it not be possible to just call `response._connection.sock.getpe…
-
We are using jsonata with our json api payloads and it's been working well except we do something unusual - we convert the values of our json payload keys to object wrappers i.e. String, Number, Boole…
-
Monkey-patching the `os` module causes `getpass.getpass()` to fail:
```
>>> import eventlet
>>> eventlet.monkey_patch(os=True)
>>> import getpass
>>> getpass.getpass()
Password: Traceback (most recen…
-
Hi, I'm encountering an issue with long-running, blocking database queries. I filed an issue first with the flask-socketio project to get Miguel's feedback on the issue. For reference, that issue is l…
-
When using `find` methods with a defined schema, values in MongoDB documents that don’t match the specified schema types (e.g., strings in a field expected to be int64) are silently converted to NaN i…