Rich Zurad
Rich Zurad
As the guy who spent a lot of time getting g.raphael to work with Raphael 2.0 a few years ago, I support this. My schedule has been too busy (and...
Ah, looks like when we moved from a namespace to a prototype, we mucked up a few references. Looks like there's a few logical errors in how bar charts are...
I agree. There is lots and lots of room to refactor the codebase into something much more modular, that way there is less coupled code that all the different graph...
Cool. I'll look into the possibility of integrating this into g.raphael releases past 0.5.1. The current priority for 0.5.1 is fixing bugs and adding some of the simple feature additions...
I agree. I added Mac OSX to the list of build targets. I do all of my developing on a mac, but the build target for this program from the...
consolidating notes from Trello: ``` ffmpeg is installed on Ubuntu VM via https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu method. Have not attempted a build yet ``` ``` FreeBSD VM can build waveform (with 1 warning)...
Good to know. I'll take a look at it when I have time. I never really bothered testing low resolution outputs that much because of the way the drawing logic...
Commit 1ae241484 (in master) fixes compiler errors with ffmpeg 3.x, but it's at the expense of no longer supporting compiling against ffmpeg 2. Keeping this ticket open until there's directives...