Jonathan W

Results 4 issues of Jonathan W

I'm new to this lib, but I like the idea very much. What about numeric_limits? I know that std::chrono:duration defines them [on the type itself](https://en.cppreference.com/w/cpp/chrono/duration/max), but I would also be...

Thanks for this great tool! I am able to step through the template process, but unfortunately it isn't of much use as it does not output anything for the above...

If the executable isn't able to execute its task (in my case --setuptaskscheduler), it should exit with an error code and not only log a message: https://github.com/win-acme/win-acme/blob/4296325eb505d5eff39ee2f1c8386b914631f367/src/main.lib/Services/TaskSchedulerService.cs#L259 This way tooling...

enhancement

I was playing around with permissions and got an error 400. This is the output of the exception message: requests.exceptions.HTTPError: 400 Client Error: for url: https://myartifactory/artifactory/api/v2/security/permissions/all-test `400` is not much...