Stefan

Results 6 comments of Stefan

Vote +100 👍 Though being able to type an rsync *) command, I liked the old arrsync, which doesnt run on 10.14+ anymore. This tool is cute, but It has...

Set JAVA_HOME on the jenkins and rerun the checks 👎

It's really painful that all SIP softphones have some severe problems. But not being able to access the local address book on a Mac is really a NOGO for Mac...

do I get a beer for the magic number #111 ? :-D

> Related [spring-projects/spring-framework#31454](https://github.com/spring-projects/spring-framework/issues/31454) And I add the same comment here: We are still on Spring Boot v2.7.18, using Spring v5.3.31. Just have a bunch of 120 customers with 10000 end...

`this._settings?.fail(err);` is the same as `this._settings && this._settings.fail(err);` but not `this._settings.fail && this._settings.fail(err);` in my case, _settings is defined, not fail, so this will throw an exception. As settings is...