John Wittkoski

Results 2 issues of John Wittkoski

If `PLACK_ENV` is set then if `app.psgi` uses this pattern to start up the Dancer layer: ``` sub { Dancer->dance($req) } ``` The `Dancer::Handler::Standalone` handler is used. But when this...

In my `b2.yaml` file, I had my storage defined (during testing) as: ``` storage: - name: "b2" threads: 5 quote: " -dry-run" ``` When running this with debug on, it...