Dave Thomas
Dave Thomas
Somewhat late to the party, but 👍 from me. I'm looking to have an assembly of components, spread across nodes and servers. Some servers may be optimized for database work,...
Indeed it is... On Wed, Jan 16, 2019, 12:46 shifters67 HI Dave, > > Apologies for stating the obvious but at the bottom of the readme you have > >...
Components are globally named by default. Do you think I should also support passing in a tuple, so you can register them using other name registries? On Jan 14, 2019,...
> i think distributed programs still have the same monolithic issues so i think the component library is still just as useful as long as the components can be registered...
Thank you! I'd forgotten to document this. It was important to me that you could still write the regular genserver callbacks (and you can). I'll add an example to the...
Interesting questions. Actually there are only 3 possibilities: 1. one_way can only update state 2. two_way can return a value 3. two_way can return a value and update state I...
re: `init/1` : see https://github.com/pragdave/component#genserver-callbacks
They aren't base level for dynamic components, where the server is a separate module from the api.
Indeed, overkill is my middle name... :) First, I did try just switching text. It felt a little abrupt. This might be because in my framework I normally fade all...
Cool. I keep what I wrote locally, then, as something specific to my particular project. I'm not sure how I'd use NonMorphable, though: wouldn't `getClassForType` interpret a string parameter as...