naixx

Results 14 issues of naixx

Any plans for implementing incremental compilation support? Right now it seems there are no obstacles for this. The processor can define `isolating` in most cases or `aggregating` (if there is...

### Expected Behavior `spyk` should successfully mock Retrofit instances on suspended methods ### Current Behavior no `coEvery` works on spies ### Failure Information (for bugs) #### Steps to Reproduce Seems...

bug
coroutines

It can be useful to have an annotation for custom xml attributes in `@EView`, `@EActivity`, `@EFragment`, `@EViewGroup` (else?). ``` @EActivity(R.layout.attr_layout) class MyActivity{ @XmlAttr(R.stylable.DialogFragment) boolean showDialog; //either @XmlAttr(R.stylable.DialogFragment_showDialog) //Here, desired attrs...

Enhancement
ContributionWelcome

There is already a branch with Gradle support. But it lacks of recent changes.

### Problem When I run `rustup-init.exe` it doesn't download any toolchains. ### Steps 1. `rustup default stable` ``` C:\Users\a\.cargo\bin>rustup default stable info: syncing channel updates for 'stable-x86_64-pc-windows-msvc' C:\Users\a\.cargo\bin> ``` 2....

bug

..will fail. Just try the test: ```kotlin data class IgnoreDataMethods @GsonConstructor constructor(val arg1: Int, val arg2: Int) { fun fail() = "" } ``` There would be additional adapter fields...

There is question about SoftCachedObject and its usefullness

Hey, I want to point an option to enable discrete GPU for imppg in your pc settings, in my case in Nvidia control panel. After I enabled 3080 instead of...

### Ktorfit version 2.0.0 ### What happened and how can we reproduce this issue? ``` import de.jensklingenberg.ktorfit.http.Body as HttpBody suspend fun post(@HttpBody myCustonBodyClassName:Body) ``` Annotation aliases don't work ### What...

bug

### Ktorfit version 2.0.0 ### What happened and how can we reproduce this issue? Add custom validation to ktor ``` HttpResponseValidator { validateResponse { throw MyHttpException() } } ``` This...

bug