Særgeir

Results 152 comments of Særgeir

@Lysander thanks for the suggestion, this sounds like a nice feature. I'll see if I can find time to remove reflection in the nearest future.

Hi @TZanke , I'm not sure I completely understand the question. If you're asking about this particular issue - it hasn't been worked on yet, so there's no way to...

It's possible and quite easy to convert from one `java.time` type to another, so I don't see much point in creating functions with all possible return types. Although I have...

Hi. Thanks for reporting. I haven't tried using it in an Android project, but I'll look into it.

I can't seem to reproduce this issue using latest Android Studio I used this sample project to run the tests: https://github.com/android/testing-samples/tree/master/unit/BasicSample And the test: ``` public class EmailValidatorTest { @Test...

Thanks @eugenio1590, I'll check it out.

I couldn't reproduce the issue with your test project either. Here's the full output of the test run (I've added a printout for the `name` variable) which you can also...

Could this https://github.com/serpro69/kotlin-faker/issues/20 be related? Can you try explicitly setting the `jackson-module-kotlin` version to `2.10.1`?

I tried both actually. But yes, it could be something wrong with your intellij setup.

I don't mind keeping it open for awhile, but I need more details to reproduce it. I'll try to reproduce it on a VM box when I have some time....