tobeorla
tobeorla
¡Thank you for making this! I would like to play netflix in a raspberry which has ARM architecture. ¿Will this package support that?
**O.S:** Windows 10 ¿Couldn't `WiFiControl.scanForWiFi` return the security of each network too? Like "Open", "WPA", etc..?
The package checks for hardcoded english string values like ` status.split('Hosted network settings')[1]`, `matches[1] === 'Yes'` , etc.. if you have the O.S (windows) set in another language, the returned...
I tried it with my own account and says "Is Incorrect" :( If i raw print the response i get: `{"value":{"signInVerify":{}},"paths":[["signInVerify"]]}`
Command: cpulimit -i -l 20 php test.php O.S: Ubuntu 12.04.5 LTS Error: cpulimit: process_group.c:175: update_process_group: Assertion `tmp_process.starttime == p->starttime' failed ¿Can i bring any other info to help get this...
I followed your tutorial and after `cd` the `polygen` command doesn't work. It says `not found`, checking the folder `polygen` doesn't list any polygen executable S: **go version:** 1.12 (snap)...
I tried playing a 1080p60fps video on the included player and it's clearly not hardware accelerated :S Video (Big Buck Bunny): http://bbb3d.renderfarming.net/download.html http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_60fps_normal.mp4
PushApi::log() is static and it requires SLIM container from `self::$container` to run: https://github.com/watzenare/PushApi/blob/master/PushApi/PushApi.php#L190 The problem is, that `self::$container` is filled by `__construct` which means that it won't be set when...