Sergey Tselovalnikov

Results 89 comments of Sergey Tselovalnikov

Hey, @T-TRz879! Could you clarify the question? I'm not sure I understand it.

Hi, @rjpfonseca! Sorry for the late reply, I missed the notification. At the moment, I don't have any plans to implement winfsp-specific functionality. However, I'm happy to review and accept...

Hey, @apetersson! Thank you for the report, it should be fixed by https://github.com/SerCeMan/jnr-fuse/pull/61. The PR is currently blocked on https://github.com/jnr/jnr-ffi/pull/169.

Hi, @stanimirivanovde! I haven't encountered breakpoint problems before, but I haven't done much development for Win, so I assume there are might be issues with how IJ explores objects. I...

Hi, @czeidler! No, I haven't encountered this behaviour before. What OS/java version are you using? Could you attach a test case that can help me to reproduce the problem?

- Options builder with all available and custom options

Hi, @LuQQiu! Looking at the native chown in libfuse, https://github.com/libfuse/libfuse/blob/c779a4ee2b8f61e54442d9f65c0efcee18b805cb/lib/fuse.c#L2123-L2125, uid has a type `uid_t`. On different platforms `uid_t` might be[ signed or unsigned](https://stackoverflow.com/questions/21370094/is-the-uid-t-type-signed-or-unsigned), is it signed on your machine?

Hi, @ust3000! I'm not sure what causes file explorer to behave in that way. E.g. plain `cp` copying works fine. Maybe, fuse FS needs to implement more methods or set...

Hi, @stanimirivanovde! I'll need to look into this, however, there might be issues due to the use of `src/main/java/jnr/ffi/provider/jffi/ClosureHelper.java`. Worth a try though.

Hey, @tamkelvin313! Thank you for the PR, I'll take a look into how this can be merged in a compatible manner.