andyvandy
andyvandy
Numpy 2 was just released so we should specify the dependency to be on version `1.x.y` until numpy 2 is supported. https://github.com/cunnane/xloil/blob/39ec5ac93cbfacab9b2da25e3c1ce65551d9b1a5/libs/xlOil_Python/Package/setup.py#L96 https://github.com/numpy/numpy/releases/tag/v2.0.0 ( I was using 0.18.6/0.18.5 so apologies...
## Issue When editing an [editably installed](https://setuptools.pypa.io/en/latest/userguide/development_mode.html) module, hot reloading throws an error. ``` [14:26:55] [error] During Event < local git repo path>: KeyError: KeyError: '< local git repo path>'...
Happy New Year Steven! I've run into an edge case where `stop()` is getting called on Python `RTDPublisher` instances when a cell disconnects which cuts the connection for other remaining...
Hi Steven, hope the new year is treating you well! I've tracked down a bug which is resulting in excel crashing suddenly with no warning. I believe it's tied to...
**Description** This check to detect legacy databricks-cli raises a false positive since [chocolatey installs a shim](https://docs.chocolatey.org/en-us/features/shim/) which is smaller than 1 MB https://github.com/databricks/databricks-sdk-py/blob/ad0e9f16720fcb9c99076448e54f4d7561ea871c/databricks/sdk/credentials_provider.py#L756-L758 When the cli is installed via other...
Hi Steven, When returning a python object from an RtdPublisher without a converter, the automatic cache key generation ends up using a shared cache for all publishers publishing that object...