Gunar

Results 57 issues of Gunar

Just wanted to say thanks! Amazing piece of software. Good documentation. Works well. Set and forget! Thanks a bunch mate!

The README states: > node-fibers: This implementation of coroutines is unfortunately limited to Node.js. ES6 generators may be simpler, but fibers are more flexible and support a far broader space...

Hi Kyle, love this lib! I've [thought about this in the past as well](https://gist.github.com/gunar/1268c997ca66343f060dbca07aee67bd). From that discussion, it seems that it'd be better for named curry to accept the argument...

Every function _call_ is also being treated as a function _reference_. Hence, there's a duplicate. Possible solutions: - ....? - Show only "references" (but this breaks possibility of #10. no...

bug
help wanted

As of today, we're graphing both function calls (e.g. `lib.function`) and references (e.g. `var myFn = lib.function.bind(null)`) with the same black arrow. Let's use different styling please.

enhancement
help wanted

enhancement

Currently we're just parsing whole files for function declarations. We should only try and use functions that are exported. Also, functions may be exported with a different name!! - [...

bug

It'd be cool to link the [npm version](https://www.npmjs.com/package/angular-route-segment) to this repo (in package.json I guess). Thank you for angular-route-segment! It's essential for me.

Hi! Thanks for this tool. I'd love to be able to pipe data to it. e.g. `cat file.json | jwalk` Thanks in advance, Gunar.

I love xdot. Precisely what I needed. Thank you. Is ther a way for me to disable these syntax error warnings? Getting the error message is not a problem. The...

enhancement