Martina Oefelein

Results 16 comments of Martina Oefelein

Well, I guess that's a useable workaround until we have a better solution

It seems this issue only happens when using HTTP2. I can reproduce it on my machine (macOS 15.5, Intel, .NET 9.0.302) using both the Apple-provided and the homebrew version of...

Originally, I thought the same. While the speedup is significant, it would be difficult to test reliably in a unit test, and I didn't want to introduce a flaky test....

The performance impact is negligible. Essentially, it boils down to one dictionary lookup (to test whether the module is already in `says.modules`) and one dictionary insertion (add the module to...

Well, as `to_json` has a `kwargs` that's passed into `json.dumps`, one can already serialize pandas columns containing timestamps (or other types that aren't JSON-serializable by default, such as geometries). For...