Bill Zissimopoulos

Results 336 comments of Bill Zissimopoulos

@COLAMAroro the C++ layer is not officially supported.

Closing this as it has been resolved by PR #451. There is now a nuget package at https://www.nuget.org/packages/winfsp.net. Note that it requires the latest WinFsp 2023 Beta.

I have the same problem. The problem appears to be with the [`Op.has_invalid_return_type`](https://github.com/pandas-dev/pandas/blob/v2.2.2/pandas/core/computation/ops.py#L238-L242) method. If one changes line [241](https://github.com/pandas-dev/pandas/blob/v2.2.2/pandas/core/computation/ops.py#L241) from: ```python obj_dtype_set = frozenset([np.dtype("object")]) ``` To: ```python obj_dtype_set = frozenset([np.dtype("object"),...

You will not be able to do this using the UNC syntax of `\\sshfs\user@server`. You can try invoking sshfs via the command line as documented in the [Advanced Usage](https://github.com/billziss-gh/sshfs-win#advanced-usage). Alternatively...

Yes. The colon in not a legal character in file names in Windows. So it is mapped to a character in the [Unicode PUA](https://en.wikipedia.org/wiki/Private_Use_Areas).

You may need to use the sshfs-win.exe command line to mount. Unfortunately you cannot use the `net use` method on a path with a colon currently.

I think that this would be the right solution. I favor using `$` as in `Z$`, but I note that we are already using `!` instead of `:` to specify...

I believe the problem is that the file system is setup to be fully accessible from the user who "maps network drive" from the Explorer. When running a command prompt...

Please use latest WinFsp beta which allows WinFsp drives to be mounted from WSL: https://github.com/billziss-gh/winfsp/releases

Unfortunately the screenshot it not visible on GitHub issues. Can you log into GitHub and post it here rather than mail it? Simply drag the screenshot into the GitHub interface...