Marcos Huerta
Marcos Huerta
This is related to #248 because the info method is called for `.open()` and would be fixed by PR #321. Though if one is specifying a path, I'm not sure...
Well, I cloned and installed from the repo and I am now running `adlfs-2022.10.0+4.gf15c37a` . My original example of : ``` with abfs.open('example-container/test2.parquet') as f: schema = pq.read_schema(f) ``` still...
> @astrowonk -- Can you share a reproducer? I've tried this with single file from a partitioned parquet dataset and I'm getting < 0.5 seconds for the `open` operation, and
Hi @hayesgb. It's not really possible to make a simple test because you need a lot of files in the container to see performance problem. However if you can get...
@TiansuYu I think that problem may be that in setting up the app you're using the original `dash.Dash()` class and not `juypter_dash.JupyterDash()` in setting up your app. The`mode` keyword isn't...
> @astrowonk > > Please add a `` metadata tag linking to a screenshot of the plugin in action. Done. Also made a few minor tweaks (putting jackpot threshold in...
Thank you for merging! It doesn't appear in the xbar plugin in browser UI yet… if I misconfigured something and need to make another PR, let me know.
I am having a similar issue with yapf but via SSH Remote. `Black` doesn't throw an error but just doesn't do anything. Yapf throws an error: Yapf works fine locally...
This is still a problem 18 months after opening the issue. This is the default location for ssh when installed via Git for Windows. I guess I'm puzzled for why...
> Is the main goal to enforce snake, pascal, or another predefined casing standard? Iˋm asking because Ruff canˋt offer autofixes when we allow a custom regex (and error message...