funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
mccraigmccraig 2016-10-18T10:30:58.000141Z

@mattly cats tries to get a context from either the monadic value itself, if it's a Contextual protocol instance, or from the dynamic context set by the with-context macro - how are you providing contexts ?

niwinz 2016-10-18T16:32:43.000142Z

@mattly this can happes when a partial code reloading is done and when some existing instances of objects maintains implementation for overwritten protocols by code reloading...

niwinz 2016-10-18T16:32:57.000143Z

I recommend just reload all in this case

niwinz 2016-10-18T16:33:25.000144Z

partial reloads can cause similar issues with other libraries that relies on protocols...

mccraigmccraig 2016-10-18T17:55:49.000145Z

i'm starting to work with manifold streams @niwinz ... would you like a PR for a stream-context along the lines of cats.labs.channel ?

mattly 2016-10-18T18:43:22.000146Z

ah

mattly 2016-10-18T18:43:34.000147Z

@niwinz thanks

niwinz 2016-10-18T21:21:15.000148Z

@mccraigmccraig 👍