misrakli

Results 6 issues of misrakli

I have a question about handling transactions between data and domain layer. Think about a usecase where two entities should be persisted into a local database in one transaction. Should...

question
discussion

Hi, Given an openapi spec with multiple APIs, I'm trying to generate code (api and corresponding models) just for a specific API. `components = [apis: 'MyTaggedApi', apiDocs: false, models: true]`...

Hi , trying to run the RobolectricCoreTest (from multimodule example) fails with RuntimeException "\res\debug\values is not a directory". Any ideas?

bug
branch library
robolectric
workaround applied

I added a very simple activity with a very simple layout and i get following exception when running the test. ``` java.lang.StringIndexOutOfBoundsException: String index out of range: -9 at java.lang.String.substring(String.java:1954)...

Hi, first of all thank you for this documentation, it helped me a lot and saved my time. I am trying to integrate my custom lint rules in my library...

Hi, is it possible to enable top and bottom quickreturnviews at same time for same listview? Thank you.