Niko Dziemba
Niko Dziemba
##### Issue Type - Feature enhancement ##### Summary When a build is finished, we should clean up the working directory to save disk space. ###### Basic environment details * Go...
**Is your feature request related to a problem? Please describe.** There is no obvious way to disable tracing (zipkin etc.) for a single request within a finagle-http-server. My usecase is...
## steps ```bash $ cat build.sbt fork in Compile := true $ cat project/build.properties sbt.version=1.5.0 $ cat project/plugins.sbt scalacOptions += "-Xfatal-warnings" $ sbt compile [info] welcome to sbt 1.5.0 (AdoptOpenJDK...
- [x] I have tried with the latest version of my channel (Stable or Edge) - [x] I have uploaded Diagnostics - Diagnostics ID: 747C7FF1-4351-4543-B9E8-2B79CD4183A2/20200407164330 ### Expected behavior When running...
### Detailed steps on how to reproduce the bug Create a standalone app, which has a `MidiInputCallback` implemented: ```c++ void MainComponent::handleIncomingMidiMessage(juce::MidiInput *source, const juce::MidiMessage &message) { std::cout
When running the following: ``` process = os.oscsin(200) : *(vslider("gain", 0, -48, 0, 0.1) : ba.db2linear) : ve.diodeLadder(0.9, 1); ``` I need to reduce the gain by almost -41dB in...
We're currently using target-determinator for our monorepo and are quite happy with it. As we are moving more components into the monorepo, we are notificing that the performance of target-determinator...
When adding jobs with different priorities to a queue, there is currently no way to extract queue size grouped by priority from the metrics exposed by this service. Our use-case...