David Beitey

Results 104 comments of David Beitey

@nothans Any updates on this? The last commit here was in mid-2015 and the live thingspeak.com version has changed quite a bit since.

In addition to these resources above, there's also a dependency on the licensed Highcharts JS (eg https://github.com/iobridge/thingspeak/blob/master/app/views/charts/show.html.erb) in several locations in the code used to display charts. The resources are...

Any thoughts on accepting this pull request? Having to manually manage the dependencies is less than optimal. A switch in packaging would also help with installing test dependencies (eg can...

@tow Commits squashed accordingly. There's a fair bit in there, so apologies if any of it doesn't make sense. As for your questions, the main reason I've suggested a packaging...

The state of Python packaging is a bit like that, unfortunately. I know there are PEPs in existence regarding these improvements, but presumably they're still in discussion. I'm hopeful of...

@davbo From a technical standpoint, just a rebase and probably a few minor adjustments (maybe more doco; can't hurt). That said, there's a few things to consider as the pull...

So, it looks like setuptools has re-merged with distribute. Guess that makes life simpler. I'm still keen to make automatic dependency installation a reality for this project...if things are still...

Thanks for your insight, @Sparticuz. I'll aim to circle back around to looking at this -- I hadencountered issues during the compilation process (described above) and needed to push on...

I'm seeing the same error happening on my buildout-based install when running like so: ./bin/nosetests --with-xcover --with-xunit --cover-package=my.profiles --cover-erase leads to the same TypeError. (I saw the other closed issue...

Also, having a meaningful version number would be helpful too. I'd suggest taking a look at [Semantic Versioning](http://semver.org/); its version numbering scheme helps by conveying meaning about what modifications have...