Kaveh Shamsi

Results 18 issues of Kaveh Shamsi

**Is your feature request related to a problem? Please describe.** I'm using the library to scan and read some characteristics from other phones while everything is working perfect with relatively...

bug-android

**Is your feature request related to a problem? Please describe.** When eureka-instance is registering itself during startup, it is logging the registration state with messages containing the `eureka.instance.instand_id`. the default...

enhancement
help wanted

Hi, Not sure if this is the action issue or my APK is causing it. I'm not able to simulate the issue locally with emulator or real device though. The...

Following syntax is not supported. ``` script: | ./gradlew connectedAndroidTest \ -Pp1=foo \ -Pp2=bar \ -Pp3=baz ``` It's handy, specially when one has many params to pass to build.

**Describe the problem/challenge you have** Cannot install on MBP with M1 cpu

enhancement
carvel-triage

**Describe the bug** The default `overhead` value of Pod spec in version 20.0.0 is empty map which is causing the following error: ```java java.lang.RuntimeException: io.kubernetes.client.openapi.ApiException: Message: HTTP response code: 403...

lifecycle/frozen

Enables `https` on storage server by setting `storage-https-enabled` flag and passing `storage-cert-path`. - `storage-https-enabled` is a `bool`, defaults to `false` - `storage-cert-path` is a directory containing `tls.crt` (certificate) and `tls.key`...

area/security
blocked/needs-validation

Spring Boot 3.x includes a payload to error responses, by default. exmple: ```json { "timestamp":"", "status": 404, "error": "Not Found", "path": "/eureka/apps//" } ``` On the other hand `JerseyEurekaHttpClient::sendHeartBeat` method...

Consider a service definition `foo` with backing app `foo-backing-app` and a backing service `foo-backing-service`. When a service-instance creation fails for any reason, there might be situations which we have the...

The code which sets the `prefer-ip-address` flag has been moved out of `if` statement to make sure it does not depend on the existence of `ca.cert`.