William C Grisaitis

Results 18 comments of William C Grisaitis

This was brpught up a while back (https://github.com/pichillilorenzo/JavaScriptEnhancements/issues/62) but I don't know what eventually came of the suggestion.

I made a repo where I demo this issue: https://github.com/grisaitis/issue-rn-native-module-import

@ivandir what are the DEBUG logs for `docker-volume-netshare`? Try running it with `--verbose`. I've also seen `exit status 32`, and it was due to incorrect flags being given to `mount`....

Maybe it's a NFS version issue. What if you run the plugin with `docker-volume-netshare nfs -v 3`? When you mount manually, it looks like `mount` first tries NFSv4 (`vers=4,...`), which...

Hi! Ditto @asmith26 - I'd love to see more compatibility between fsspec and cloudpathlib's wonderful pathlib.Path interface. My use case is when using pandas. I mention this in https://github.com/drivendataorg/cloudpathlib/issues/128. Related...

Hi! I'm encountering this issue in a context similar to https://github.com/drivendataorg/cloudpathlib/issues/240, with pandas. This issue causes a problem with `pandas.DataFrame.to_*(path)`, where you can't write to the same file more than...

@jayqi thank you so much for the reply. should i be calling `str(cloud_path)` or `cloud_path.to_uri()`?

Thanks! Since I want to avoid having any extra clutter around just calling `df.to_*(path)`, I might try out https://github.com/fsspec/universal_pathlib as well

Is this not possible with `graph_objects.Splom`?

Ok so the roadblock is that the main dependency doesn't support this. Do we know of an open issue in plotly/plotly about this?