Michal Ostruszka

Results 3 issues of Michal Ostruszka

Say I have app running with configuration like this: ``` bristol.addTarget('console').withLowestSeverity('info').withFormatter('human') ``` and would like to make logging more verbose by switching to `debug` without restarting an app (e.g. I'm...

enhancement

I have the following tests (stripped version of my original ones). When run via IntelliJ ZIO test runner the first one passes but the second one hangs after logging first...

Hello. I'm trying to do some mapping using my sustain pedal connected into MIDI keyboard. It sends `CC 64 127` when pressed and `CC 64 0` when released. When I...