gregfr

Results 63 comments of gregfr

I tried this: https://github.com/appwrite/demos-for-functions/tree/master/nodejs/get-covid-stats

I've having the same issue, but on Ubuntu (however also installed with Brew). The term is messed up until I type "reset".

I'm having the same problem: window.plugins is undefined. So I tried: SR= new SpeechRecognizer(); SR.getSupportedLanguages(function (languages) ... and I see the alert: "could not retreive the supported languages: class not...

OK I figured it out: you can't manually edit config.xml because it's overwritten at each compile. You have to use: ``` phonegap local plugin add https://github.com/poiuytrez/SpeechRecognizer.git ``` on the command...

Hello, I'm still using charts without background, hoping for a fix :)

That's a very good question. Your first attempt should be working (no brackets), but it's not. I'm currently investigating this; I noticed for example that NPM adds a header "X-Served-By...

After some digging, I think it's because of an oddity in the way nginx handles headers configuration: https://www.peterbe.com/plog/be-very-careful-with-your-add_header-in-nginx

As I noted in my post from Sep 23, 2020, the problem is from Nginx itself, not NPM.

Thanks for your answer. I tried `closeOtherPlayers` and also `maxPlayerAllowCount=0`. In fact, I even pkill myself the current player before starting another one. Right now I'm remotely debugging to try...

BTW if I enable `closeOtherPlayers` I see this: `Command failed: killall -9 omxplayer.bin`