Mark Stahl

Results 14 comments of Mark Stahl

I was trying to avoid the User having to think /at all/ about steal's configuration (which is probably not 100% achievable, but I am good with 80%-95%). By requiring them...

I updated and the error below is what I got when using a `dev-bundle`: I also tried a built version and got the following error:

The [type tests](https://github.com/choojs/hyperx/blob/master/test/types.js) in hyperx show that the following values will render empty: * null * undefined * empty string (test is not written, but I wrote a test and...

@Sasanidas Confirmed. I just installed from that link.

@Sasanidas My branch is up to date ([5012c3f](https://github.com/lem-project/lem/commit/5012c3f65d8377ef02a6f6830596a37082de28fe)). I installed from scratch (`make sdl2`). I can confirm left and right option are Meta. Left and right command do nothing.

This was changed from bug to feature because this is an implementation of partial application for blocks.

A thought for right now. First off every Value needs a kill channel. Upon receiving a value from this channel, the for loop will be broken, ending the goroutine (and...

A simple reference counting mechanism may be all that is needed (we will have to handle cyclical dependencies at a later date). This would also have to be compensated for...

Reference commit deb95c65481aeb2837963cf9b46175a8f46a4f22 as the first commit on this issue (forgot to add it to the commit message)