Adam

Results 225 issues of Adam

The "Source code" link in the POM is visible in Maven Central https://search.maven.org/artifact/org.springframework.cloud/spring-cloud-starter-openfeign/3.1.4/jar This links to https://github.com/spring-cloud/spring-cloud-openfeign/spring-cloud-starter-openfeign It should be https://github.com/spring-cloud/spring-cloud-openfeign/

waiting-for-triage

Allow passing in a custom random, so users can make the generation deterministic. resolves #91 #### Summary - fix spelling mistake in test, `ibanContruction` -> `ibanConstruction` - add `toString()` to...

This adds a GitHub action that will run the tests on every pull request or change on master. This can be really helpful to quickly validate that an incoming pull...

I'm using [Kotest property based testing](https://kotest.io/docs/proptest/property-based-testing.html), and this needs a deterministic way of generating random data based on a seed, or existing `Random` instance. iban4j can generate random IBANs, but...

![Screenshot_20220927-082033](https://user-images.githubusercontent.com/897017/192448314-4f015a14-64e1-4c62-9a37-21e7f7411401.png) When I open EasyNoise a notification is present, but I can't see any controls. This means I can't start or stop the noise, or stop the application. I'm using...

bug
help wanted

Hi there, Please could you fetch the most recent version of alexkaratarakis/gitattributes? A broken link in `Common.gitattributes` has been removed. More info: https://github.com/alexkaratarakis/gitattributes/issues/141 ![image](https://user-images.githubusercontent.com/897017/132119431-31d380d5-3272-43f6-a29f-2d6730f8cb29.png)

### What did you do? I have a metric with a label. The label name is long, and I want to replace it with a shorter one. ``` feign_Client_seconds_max{application="my-backend", client="my.application.has.a.long.package.name.FeignClient", ...

help wanted
priority/P3
component/documentation
good first issue

The last version released on Docker Hub was 5 years ago, and uses Spring Boot v1.2.3. https://hub.docker.com/r/springcloud/eureka/tags?page=1&ordering=last_updated I see the current Spring Boot version on master branch is 2.0.2.RELEASE. Please...

### Short description In Intellij, when I right click on the project, and select delombok, the plugin does not make any changes or provide any notifications. ![image](https://user-images.githubusercontent.com/897017/113905972-048ad380-97d4-11eb-91b3-62ac57360334.png) The folder contains...

### Proposal Currently writing a PromQL query longer than a couple of lines quickly becomes extremely frustrating. This is because filters and queries can't be re-used, and have to be...