Re: [ClojureScript] Re: New visual debugger added to Coils Om framework

2014-08-12 Thread Sreeharsha Mudivarti
That's weird. I clicked and it worked. I use github pages no 25 on --- http://lexical.foobar.systems/ It could be that the router is rejecting the domain name. On Tue, Aug 12, 2014 at 3:22 PM, Zubair Quraishi zuba...@gmail.com wrote: I couldn't get the :

Re: [ClojureScript] Re: New visual debugger added to Coils Om framework

2014-08-12 Thread Zubair Quraishi
http://lexical.foobar.systems/ seems to work, http://lexical.foobar.systems/rdp.html had some weird redirect stuff going on but even that seems to work now. Thanks I'll read through them On Tuesday, August 12, 2014 1:00:18 PM UTC+2, Harsha wrote: That's weird. I clicked and it worked. I

Re: [ClojureScript] Re: New visual debugger added to Coils Om framework

2014-08-11 Thread Zubair Quraishi
On Friday, August 8, 2014 7:20:41 PM UTC+2, Harsha wrote: Hi, https://github.com/harsha-mudi/esti -- that's the app That's the debugger as a mixin, https://github.com/harsha-mudi/rdp/blob/master/lib/debugger.js The ui of the debugger is in the esti app again. Debugging

Re: [ClojureScript] Re: New visual debugger added to Coils Om framework

2014-08-11 Thread Sreeharsha Mudivarti
Documentation is definitely a weak point. Trying to do some literate programming style documentation :) I call this model, Reactive Data Processing (RDP). Design Influences are listed at -- http://lexical.foobar.systems/rdp.html Feel free to go through the repo --

[ClojureScript] Re: New visual debugger added to Coils Om framework

2014-08-08 Thread Harsha
On Thursday, August 7, 2014 11:06:12 PM UTC+5:30, Zubair Quraishi wrote: I add a new feature so that the current Om component being debugged in the render phase now shows in the debugger. So when you click on Debug and then see the debug items on the right you will see GUI fragments of the

[ClojureScript] Re: New visual debugger added to Coils Om framework

2014-08-08 Thread Zubair Quraishi
Hi Harsha, I took a look at your framework, but I could not get the debugger to work. Is this the correct URL? https://github.com/harsha-mudi/esti Zubair PS: It uses macros, core.async go blocks and observers over shared atoms to get the debug information. Not so much channels though. Feel

Re: [ClojureScript] Re: New visual debugger added to Coils Om framework

2014-08-08 Thread Sreeharsha Mudivarti
Hi, https://github.com/harsha-mudi/esti -- that's the app That's the debugger as a mixin, https://github.com/harsha-mudi/rdp/blob/master/lib/debugger.js The ui of the debugger is in the esti app again. Debugging and Syncing are just a side-effect of designing the application around reactive