Rune Lund-Søltoft

Results 8 comments of Rune Lund-Søltoft

I use formatting quite a lot. The upside is that you can almost read the entire string. I find it unfortunate that curly brace languages has a "how" more than...

The original problem was not a problem, it was me being silly. However working from that code I found that you can't explicitly assign null to a role ``` public...

I think it's incomprehensible why ``` context c { role b {} requires { void Foo(); } c(){ c rp = null; b = rp; } public void Foo(){} }...

I think there's two potentially solutions. One allowing null to be bound as a roleplayer implicitly and explicitly and one disallowing null as a roleplayer altogether. The current is hard...

Did you make any progress on the importHigherOrderComponent? Was look for a way to integrate react-sortable-hoc into my project to day and found this thread but couldn't figure out whether...

The intention is for two different possibilities ``` require 'maroon' ``` and ``` require 'maroon/kernel' ``` The latter is used extensively in in the source for maroon but I made...

Sorry for the late response but I'm enjoying vacation at the moment. I'll look at your comments when I'm back. one thing to note is that usually when you get...

Are you asking whether there's a documentation that describes the implementation? no there's not there is a description of the functionality on the object-composition Google group. The basics are these...