probonopd

Results 3543 comments of probonopd

> Haven't tried the AppImage build, I don't use AppImage personally (yet). Can you please give it a try so that we know whether everything is in a state that...

@Symbian9 does it work for you? Is it ready for a pr?

PR sent: https://github.com/aardappel/treesheets/pull/134 __PLEASE NOTE:__ For this to work, you need to set up `GITHUB_TOKEN` in Travis CI for this to work; please see https://github.com/probonopd/uploadtool.

Yes, in this case we don't need the `AppRun` script. I have sent a PR.

Now, this is kinda strange... ``` AppRun: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by /run/firejail/appimage/.appimage-9018/AppRun) ``` Why does it need such a new libstdc++.so.6?

Argh. "Modern C++" strikes again. Gotta bundle a private copy of libstdc++.so.6 then. Everything gets rigorously tested in https://github.com/AppImage/appimage.github.io :-)

PR sent: https://github.com/aardappel/treesheets/pull/136

Let me know what needs to be done and how I can help with the AppImage.

The example I posted above is a slight change from the example sketch and allows for the esp8266 over-the-air update mechanism to co-exist with aREST. But the same also applies...

Still cannot compile, Arduino-1.6.8.201601250626 and core commit 1783 with NeoPixelBus-UartDriven from git. ``` $HOME/Esp8266-Hue-spiffs_branch/HueBridge-example/HueBridge-example.ino: In function 'void loop()': HueBridge-example:160: error: no matching function for call to 'NeoPixelAnimator::UpdateAnimations(int)' if ( animator.IsAnimating()...