Results 21 issues of Artem Novikov

For tests, Schedulers.immediate() is used instead of Schedulers.io() and Schedulers.mainThread(). It makes impossible to test that repoListPresenter.onSearchButtonClick() doesn't call view.hideLoading() until it loads result from the model. The current RepoListPresenterTest.testShowLoading()...

Is there going to be Intellij IDEA support?

How to use momentjs just in code? Not in templates.

Software caused connection abort: socket write error ``` Exception in thread "main" java.net.SocketException: Software caused connection abort: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111) at java.net.SocketOutputStream.write(SocketOutputStream.java:134) at java.io.DataOutputStream.writeInt(DataOutputStream.java:199) at...

Grails 3.2.11 Console 2.0.9 If in my java configuration I have a configuration class (even empty): @Configuration class MyConfig extends WebMvcConfigurationSupport { } at `/console` resources are not found and...

A jar manifest file has a `Class-Path` entry which specifies class path items. In `ClassFinder`, when searching for a class, a `jar` file is processed by `com.psddev.dari.util.ClassFinder#JAR_CLASS_NAMES` cache builder. Now...

## Detailed Description Make Logbook filter order configurable in Spring Boot starter. ## Context Current Spring Boot starter has hardcoded orders, accordingly to security concerns explained in Logbook docs, for...

Feature

Seems like port 6080 is a typo in the docs, and it should be instead the default UI port 8080. On a fresh Dkron installation I also don't see anything...

**Please describe the feature request.** I'd like Micrometer docs to explain more about time windowed "max" values. **Rationale** Previously, there was ticket (https://github.com/micrometer-metrics/micrometer/issues/1587) about confusion around it which led to...

waiting for feedback

### Describe the bug On a Spring Boot app with Micrometer instrumentation, with all the defaults, OpenTelemetry outputs the following metrics: - http.server.requests histogram (who has "max"); - http.server.requests.max gauge....

bug