Thijs de Haan

Results 12 comments of Thijs de Haan

@ctadlock, sorry, I didn't take action on it. Feel free to create the PR.

```xml ``` ```kotlin @Test fun `FrameLayout with EditText and View`() { assertAST( fileName = "framelayout-edittext-view.xml", expected = Layout( listOf( FrameLayoutNode( ViewGroupAttributes( listOf( EditTextNode( ViewAttributes( width = LayoutSize.MatchParent, height = LayoutSize.MatchParent...

I like the Time being in the standard-library, as it gives a standard and hopefully more cross-platform libraries. I don't like it to have extension-functions on the Number-class as it...

is there a way to express the following at once: ```kotln fun containsNoNull( first : Any? = '', second: Any? = '', third : Any? = '', fourth : Any?...

But in that case, the class passed around doesn't implement Store anymore... At this moment I'm using the following code: ```kotlin class PublicNavigationFeature : Store{ private val subject = BehaviorSubject.create()...

Maybe you can add the function infix fun String.of(clazz: KClazz) = pairOf(this, clazz) and make addFun accept a vararg of these pairs, then you can call the method like: AddFun("main",...

I think you mean @max4t. My DSL - I need to continue to work on it... - is way more advanced at the moment. Also, it uses custom builders, as...

I added a fourth approach for using DSL-marker. I created a PR to @friedrich-goetze . Having said that, I think annotating the builder-classes is better because: - It's cleaner: you...

is there any info on this?