Michael Herger

Results 84 comments of Michael Herger
trafficstars

Hmm... copying those files didn't really work. arm-linux-gcc afterwards was looking for arm-linux-gcc.br_real in the wrong place. So... I changed the export statements for the binaries to point at the...

Thanks! Getting further now... but still not working: ``` Compiling alloc v0.0.0 (file:///home/mh/rust-cross-libs/rust-git/src/liballoc) Compiling alloc_system v0.0.0 (file:///home/mh/rust-cross-libs/rust-git/src/liballoc_system) Compiling collections v0.0.0 (file:///home/mh/rust-cross-libs/rust-git/src/libcollections) error: linking with `cc` failed: exit code: 1 |...

Adding https to that list seems like a good idea. Yet I don't think the initial problem you've seen was related to this. Wouldn't it still work if you reverted...

@rflemming - I added https to that list. Could you please give the latest 7.7.4 (or 7.8.1 or 7.9.0) another try?

@hechtus - what exact menu do you get when tapping such an item? Yes, you can register your own code to add items to a track item: ``` Slim::Menu::TrackInfo->registerInfoProvider( googlemusic...

Ugh... I never liked that "defeat destructive touch-to-play" feature. It's been added to 7.8 firmware (and server) when we were still planning to do an official 7.8 release. Unfortunately it...

Hmm... I've been investigating some issues playing streams over https. One of the reasons was that that we'd always connect to port 80 instead of 443 for https. Above change...

Example code (mocha): ```javascript const { createServer } = require('http'); const { remote } = require('webdriverio'); const host = '127.0.0.1'; const port = 4000; let browser; const server = createServer((req,...

I run `npm install node-lambda@latest` before deploying. This would update the `node-lambda` module which now uses Node 10 by default. I'm sure there's a better/more flexible way to do it....