Eliseo Martínez

Results 4 issues of Eliseo Martínez

I have to modularize a codebase previously written the old way (using globals). This is, I have to, given a file, locate every reference to a global, and insert the...

Hi, I'm issuing a simple command to look for usages of a given struct field: ``` coccigrep -t -a -o used src/*.[ch] ``` But I'm getting no output. Strangely, if...

Hi, I'm very much interested in the cycles support extension developed here. But after reading through d3's original sankey plugin issues and here, it's not clear to me whether this...

Hi, I searched for sankey cycles support and found some issues debating this some time ago. Among approaches with some working code, perhaps https://github.com/soxofaan/d3-plugin-captain-sankey seems the most interesting. It seems...