Marcos Huerta
Marcos Huerta
Thanks. Sorry, I keep searching the rule list but haven't been able to find these: what are the other ruff rules that enforce variable length?
I propose a setting to disable the context-menu altogether. Given the limitations, I prefer only the browser context menu, another thing that’s keeping me using regular / legacy jupyter notebooks...
> @astrowonk please open a dedicated issue with you feature request (=an option to disable context menu). Done! https://github.com/jupyterlab/jupyterlab/issues/14682
My use case of ```python with abfs.open('example-container/test2.parquet') as f: schema = pq.read_schema(f) ``` is much faster now. Thank you! My bigger picture use case which is something like: ```python import...
> > I also have the same issue, attempting to run OpenAI's Whisper with MPS support > > > /AppleInternal/Library/BuildRoots/c651a45f-806e-11ed-a221-7ef33c48bc85/Library/Caches/com.apple.xbs/Sources/MetalPerformanceShaders/MPSCore/Types/MPSNDArray.mm:794: failed assertion `[MPSNDArray, initWithBuffer:descriptor:] Error: buffer is not large enough....
Consider upvoting #87886, which is the SparseMPS `aten::empty.memory_format` issue.
If I do `no_optimization=True` in `collect` on the LazyFrame from the Azure blob scan, I get a slightly different error. (Using this kwarg does not cause any errors with the...
> I'm not sure if the intention is to be strict and the bug is allowing the mismatch in local files. > > That said, to get what you're after,...
The "Recent Votes" endpoint ... doesn't have recent votes. At least, today, it was missing all votes from the House when the `today()` method returned them properly.
@dwillis Yep! Does anyone know how the API works under the hood? How does .recent() pull in records vs .today() or the date range searches? They don't seem to be...