zorba128

Results 14 issues of zorba128

Running v0.5.1 on Ubuntu 18.04; when executing command to open file while existing instance is already running - it gets nicely added to tab list, but window is not brought...

linux

When starting multirun configuration, `run` tab is focused each time subsequent application is started. This makes it impossible to switch to another tab until everything is started. I think run...

Got exception when starting configuration: ``` java.util.ConcurrentModificationException at java.base/java.util.AbstractList$RandomAccessSpliterator.checkAbstractListModCount(AbstractList.java:743) at java.base/java.util.AbstractList$RandomAccessSpliterator.tryAdvance(AbstractList.java:707) at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:127) at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230) at java.base/java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:528) at com.intellij.openapi.wm.impl.content.ContentLabel.hasActiveIcons(ContentLabel.java:160) at...

slf4j interprets last message formatting argument as exception to be attached to log entry. Even if message format string has placeholder for it - producing message with empty placeholder, and...

enhancement

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

bug

Redesign of collector-related concepts to simplify the library. Tries to overcome problems described in #901. PR tries to somehow keep compatible with old api as much as possible, so many...

Notice CollectorRegistry effectively is just yet another type (subclass) of MultiCollector. It has same responsibility - to produce MetricsSnapshots, just method is named scrape() instead of collect(). Even the filtering...

Hi there I started upgrading our (rather big and complex) project to new prometheus client, and got seriously stuck. Our monitoring includes small service spawned on each physical host, that...

It seems builders for JVM collectors miss build() method. Its only possible to register to the registry. While I somehow understand the design that there is a separate "metrics" idea...

Hi I'm just upgrading my project to new version of client, and have feeling separation between `Collector` and `MultiCollector` interfaces brings unnecessary complexity to the code. If you look into...