Andrew Fulton

Results 24 comments of Andrew Fulton
trafficstars

I ended figuring out a very simple fix for this. The problem ended up being that the cd to the `preferred_dir` in the code @echarles posted above conflicted with `FileBrowserModel.restore`....

I'd definitely be interested in integrating something like that into `universal_pathlib`. Right now, I am defaulting on using [pathlib._PosixFlavour](https://github.com/python/cpython/blob/b06c3b364720ce8e8dfb74dfa24434e067ac89ba/Lib/pathlib.py#L295) to handle a lot of path manipulations. Adding one or more...

I'm not sure I understand. Can you be more specific? As it is now, any arguments/keyword arguments after the first path argument will get passed to the fsspec FS. Are...

I just realized I overlooked the title of this issue which is where some of my confusion came from. Im open to adding a `UPath.from_fs` constructor. Alternatively, `UPath` could potentially...

Thanks for raising this issue! I'm working on creating a `GCSPath` implementation to handle some of these edge cases that the general `UPath` object doesn't handle quite right causing these...

I am running into issues running tests both locally and in [CI on my fork](https://github.com/andrewfulton9/nbclassic/actions/runs/6815120223/job/18533543701) that I am unsure how to fix. I am unsure if they will replicate in...

Thanks for taking a look at this @RRosio! > Thank you for submitting this PR @andrewfulton9, the new CI failures that are present seem to be the `Linux JS Tests`...

Thanks for the heads up @krassowski, I should have some time next week to look at this.

@divyansshhh, could you give more detail to the issue you are running into? This [issue](https://github.com/jupyterlab/jupyterlab/issues/9202) may also be helpful to understand absolute vs relative paths in jupyter_server.

I am not able to reproduce this when the root of the host FileSystem is the same as the root of the server. I am only able to reproduce an...