Jeremy Simmons

Results 17 comments of Jeremy Simmons

Maybe the barrier for entry is the lack of an installer? If the GraphViz COM DLL could be embedded and automatically unpacked/used, that could solve the issue... Registration-Free COM Interop...

Another possibility would be bootstrapping the GraphVIZ DLL. 1. upload the DLL to the git repository 2. add code to download the DLL via cdn.rawgit.com to the machine if it's...

Picking up the com registrations is what registry free com is all about. Good set of resources on building the manifest definitions http://stackoverflow.com/questions/465882/generate-manifest-files-for-registration-free-com

an option worth considering for sure! any downsides? Sent from my iPhone > On Oct 17, 2015, at 2:44 PM, Drew Noakes [email protected] wrote: > > Another option is to...

Need to determine if the WinGraphViz component supports [tred](http://www.linuxfromscratch.org/blfs/view/svn/general/graphviz.html#tred)

Tree is part of graphviz. I was hoping the com dll you started with already supported this module...

nice job. i love the result. for my purposes, filter then simplify is fine. if i loose an edge because i filtered, thats on me. did you code this up...

I'm fine going either direction, so long as the expected behavior is stated. Congratulations on coding from scratch. You're obviously getting more sleep than I am and not suffering from...

I think we're talking about the same thing here. What I said. > for my purposes, filter then simplify is fine. What you said > I think it really needs...

if you try to modify a carrier that wasn't created by the api key that's calling, you'll get a 403 forbidden not a bug, just a note for documentation. since...