stackdump
stackdump
Found a good example here: http://svgdiscovery.com/Snap.svg/Snap.svg-API/Snap.svg-API-Examples.htm ``` //---Run button--- function elem_markerRun(loc,k) { var SNPsvg = Snap("#"+loc+"SVG"); var line = SNPsvg.line(150,25,250,175).attr({stroke: 'purple',strokeWidth: 3 }) var circle = SNPsvg.circle(5,5,2).attr({fill: 'dodgerblue',stroke:'none'}); //---(xBB, yBB,...
I was able to do this by borrowing some code from the mongo & rails gems ( the module is still called rails, but rails is not used): Other than...
This is still on the radar - there is a version that returns status here https://github.com/FactomProject/factomd/blob/aa0da08bbbc2f375de9f5885e39f8da1c173e4e9/wsapi/wsapi.go#L850-L868 NOTE: it was mentioned that it may be risky to poll the state repeatedly...
@Emyrk may have some fresh thoughts about this. In discussing the items for refactor - on of the takeaways was wanting better isolation of state variables from the RPC API...
going into a rewrite - this is still on our radar
@jcheroske @afenrir this still on your wish-list?
we added logging of all recover() calls - so if this is happening - I'll get that PR merged
@Emyrk @factom-clay adding a note here I think our understanding of how much is usable via pub/sub vs a synchronous query is evolving we have a very simple/primitive directory to...
Some usage of Pub/Sub from leader module WIP Subscribe: https://github.com/FactomProject/factomd/blob/FD-1259_control_panel_rewrite/modules/leader/thread.go#L72-L82 Publish: https://github.com/FactomProject/factomd/blob/FD-1259_control_panel_rewrite/modules/leader/thread.go#L53-L56
Work-in progress from BIF was merged into wax. Control panel in WAX build is still incomplete, but the framework in place shows how to make use of Server Send Events...