Alex

Results 364 comments of Alex

That would be really cool. Is it going to land?

@garyb Could you elaborate/make a hint on what method did or do you have in mind to enable syntactic sugar for optional fields? I tried to tackle it a bit,...

Nice, I also have come to such API after trying to get if it is possible to make it using just `JsonCodec` like: ``` object "MyRecord" { tag: string "baz"...

@garyb I'm quite bad at type level yet. So, for this to work: ```purs type Obj = { x :: Int , y :: Maybe String } recCodec :: JsonCodec...

@garyb I guess. I know that the naming issue is hard, consistent naming even more. But we could try to come up with some reasoning in general on the topic...

@Widdershin Yes `cycle-hmr` utilizes kinda "standard" approach - _replacing internals_ of existing instances with new coming versions. As I see it `cycle-restart` approach more refers to _time travel and debugging...

Well this code performs check if container changed ``` js import Cycle from '@cycle/core' import {h, div, makeDOMDriver} from 'cycle-snabbdom' import Rx from 'rx' var main = function(sources){ return {...

The problem is actuatual for sync version of `cycle/core` without `setTimeout` (for both dom drivers) https://github.com/cyclejs/core/issues/200 @staltz

Ok, hope when you fix it you publish new built version on docker hub with https://github.com/aacebedo/dnsdock/issues/85 fix as well