Alex
Alex
I think using explicit `isolate` and really cyclic approach makes developer to **think more - and in my view that is a good thing** and using of `Subject` is seem...
This issue relates to possible isolation mechanics of HTTP driver https://github.com/cyclejs/core/issues/272
I use imitate in one place =) probably need to replace it.
I use to circulate innter componets's state stream from bottom to top of the function just like it is intended to work. Need to use something like `statify` wrapper or...
This also raises the question, should stream (actually not only with `memory`) die if it has no more subscribers? If to follow your logic stream should be always alive and...
When does this stuff is going to land? That seems like a kind of essential. Also will it going to make possible such: ``` ts interface SomeX { ...// some...
@isiahmeadows Thanks for explanation. Yeah 3rd item in the list is very important, waiting for https://github.com/Microsoft/TypeScript/issues/1295 too. But I hope for current issue maybe in 2.1dev somehow.
Sorry, I'm not following. Try to explain the steps you make to get the issue, or maybe there could be a repro example.
Right. There seems [not need bin sysmlinks are created](https://github.com/wclr/yalc/blob/543d26de61b85a03e098a2adc0e7de448306e83c/src/add.ts#L165) while `add` operation. Will fix it soon.
> I am seeing issues with regard to needing to run chmod +x over the bin file. What bin file? Where it is located? Actually, I'm a little bit confused...