Phil Lehmann

Results 13 comments of Phil Lehmann

I was unsure whom to ask myself 😄 The creator of WinFSP commented on my request here https://github.com/billziss-gh/winfsp/issues/114#issuecomment-338517398 Basically, he is saying that osxfuse has extensions called `chflags` for similar...

Here is some info I found about `chflags`: - Usage in osxfuse: https://github.com/osxfuse/fuse/blob/master/example/fusexmp_fh.c#L299-L426 - Apple man file: https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/chflags.1.html This indeed looks like it could be helpful. If we would have...

@SerCeMan: billziss-gh implemented the changes needed in WinFSP (https://github.com/billziss-gh/winfsp/issues/114). It seems osxfuse has a similar implementation already done using `chflags`: Usage in osxfuse: https://github.com/osxfuse/fuse/blob/master/example/fusexmp_fh.c#L299-L426 Apple man file: https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/chflags.1.html For Linux,...

Documentation is never bad. Thanks for the helpful insights 👍

As you can specify multiple dragula containers, thats also not optimal. Best would be a custom property like scrollContainer.

Implemented in https://github.com/philrykoff/vertx-eventbus-bridge-clients/tree/java-client-next - will be PRed next.

The java-client branch already seems to have a similar mechanism: https://github.com/vert-x3/vertx-eventbus-bridge-clients/blob/java-client/java/src/main/java/io/vertx/ext/eventbus/client/Message.java#L40-L66

I would definetly be interested. This would enable me to use ngx-socket-io in the latest version, which is required when you want to use the latest angular version. For now,...