Jonathan Cornaz

Results 128 comments of Jonathan Cornaz

Sorry @laim2003, I didn't realize you labeled your own question. I thought that it was labeled "question" by one of the collaborator in this repository without giving any answer.

@zwilias Yes! I found that the [1password](https://1password.com/) plugin is problematic. It worked with firefox only because I didn't have the plugin installed on it. But I just reproduced the same...

Any update on this? It is very problematic that we are forced to add a compile-time dependency for stuff we only need in tests.

I there any workaround in the mean time? Or it isn't possible to use the plugin from kotlin-dsl at all?

Any update on this?

>This does not seem to happen with Java 8, but does with newer versions Yes, as stated in the title of the issue. But the current LTS version of java...

Thanks @paulnuk! Although I'm afraid we should consider this project discontinued. The build has been failing for eight months now.

I see that this project provide first class support of Kotlin. So I would like to argue that when using the module `kollection` from Kotlin the following code, should either...

> It's more a limitation at the moment. There's no reason it can't be made to support nulls. Sure. But I think from Kotlin it should not compile then. Instead...

Actually dexx already provide: ```kotlin fun immutableCustomSortedSetOf(selector: (E) -> Comparable?, vararg elements: E): ImmutableSet fun Iterable.toImmutableSortedSet(selector: (E) -> Comparable?): ImmutableSet fun Sequence.toImmutableSortedSet(selector: (E) -> Comparable?): ImmutableSet ``` Beside the naming...