Pete Bachant
Pete Bachant
Also looking for a fix or workaround for auto reloading decorated methods!
I tried building the docs locally, and even after saying yes to attempt to build without resolving the conflict, got this error: ```python Traceback (most recent call last): File "/Users/pete/.local/share/uv/python/cpython-3.10.16-macos-aarch64-none/lib/python3.10/runpy.py",...
Added some example results, which look suspiciously different. Reminds me of Simon's comment about the CUDA API not doing much in the previous implementation that computed the name every time...
~~I think I figured this out. The compile step was running before kernel renaming was enabled.~~ Nope, still taking way too long when this feature is enabled.
The files don't make much sense in ClimaAtmos's buildkite runs since I guess they handle dev installs differently: Maybe I should just split on `src` as a last resort.
Breaking on `src` if we can't find any other tokens:
Thanks @dennisYatunin. What do you think of the current implementation with the `const`? Is that acceptable for now?
I was finally able to get the JET tests to pass while retaining the ability to set this via environmental variable. It's not pretty, but it saves a bit of...
> Does this allow a user to turn renaming on/off while a repl is active, and without restarting it? Yep, but you'll need to load the extension and redefine the...
I'm seeing something similar running `dvc status` with a folder of ~200k Avro files, and with multiple pipeline stages that depend on this folder, the calculation is being redone each...