Efeturi Money

Results 10 issues of Efeturi Money

Your GitHub release mentions that 1.1.2 is on androidx but the actual artifact in maven references the old support lib (See pom.xml here: https://search.maven.org/artifact/com.vipulasri/ticketview/1.1.2/aar) Also noticed artifact was last updated...

What kind of issue is this? - [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do something, or to...

Enhancement
PR welcome

Resilience4j version: 1.7.1 Java version: 16 kotlin version: 1.5.30 `@CircuitBreaker` does not work with bean suspend functions even when it boasts Kotlin Coroutines support. First, `FallbackMethod.create(...)` will always fail to...

enhancement

We are looking at code gen use case such as below ```kt @ContributesJsonAdapter internal fun Moshi.Builder.myAdapter( one: One, @Named("foo") another: Another, ) { add(MyAdapter(one, other)) } ``` that will generate:...

enhancement
custom code generator

Shocked to see Kotlin 1.7 (& 1.5) everywhere in the readmes 😅

This is related to #2266. `@JvmOverloads` actually does not fix binary compatibility for composable functions (I have learned as much and even more now). To be fair it **probably** does...

Non-Rendering Bug

First up, kudos on the new Interceptor based design! Unfortunately, for any Interceptors that call `method.getDeclaringClass().getAnnotation(RetrofitClient.class)` there is a potential bug when using client interface heirarchies (affects [ErrorDecoder](https://github.com/LianjiaTech/retrofit-spring-boot-starter/blob/a110459dffeb96c3a6281d2a2db5e1574705fe2f/src/main/java/com/github/lianjiatech/retrofit/spring/boot/interceptor/ErrorDecoderInterceptor.java#L33) & Degrade...

It seems type annotations are not copied into the `TypeName` constructed from a `TypeReference`

enhancement
custom code generator

Can this work an `ImageVector` directly? (so that existing vectors/illustrations etc can be made stretchable)