Phil Lehmann

Results 5 issues of Phil Lehmann

Is it possible with winfsp (fuse) to set a file as hidden and system? The reason I am asking is that I would like to add a desktop.ini to the...

I am stumbling over this error. It is already described over here: https://wordpress.org/support/topic/error-in-wp-5-5-register_rest_route-was-called-incorrectly/ It affects all installations of Shariff on WordPress 5.5 and newer.

For coherency, I had to place the class into a namespace (not included in this fix of course). Prior to the fix, class_exists('MongoClient') would fail, as MongoClient was not in...

It's my understanding that HTTPS streaming (keeping one request open for the server to respond in chunked mode) has the advantage of having less overhead than long polling (with which...

enhancement
help wanted
java_client

Right now, the `Transport` (netty `Channel`) is only being constructed in the `EventBusClient` factory methods (`tcp` and `websocket`). Yet, in the life of an `EventBusClient` instance, it may be necessary...

enhancement
help wanted
java_client