Sören Sprößig

Results 6 issues of Sören Sprößig

fixing a bug: if using "NLog.dll.nlog" as logging configuration from a file-path that contained spaces, NLog would have used the urlencoded filepath (that contained %20 for spaces) - but Windows...

On slide 74 in https://github.com/CppCon/CppCon2022/blob/main/Presentations/CppCon-2022-Sutter.pdf we have the example of initialization safety by naming the return values already in the definition ``` f:() -> (i: int, s: std::string) = {...

suggestion
to-do short term

We use the `/external` feature to mark any include in brackets as external, so that we can use `/W4` for our code, but `/W0` for external. Option enabled with ```...

bug

… since Travis updated to "xenial" refer to https://travis-ci.community/t/is-rabbitmq-service-down/4362/2