quarky42

Results 21 comments of quarky42

I've looked at the troubleshooting there and I do not see the applicable section. It seems like there is something missing from your installation instructions. If it is related to...

According to this: https://github.com/puppeteer/puppeteer/issues/2124 "You cant use the chromium built library from puppeteer on PI. You need to update your built in chromium on the PI **and use that one...

After installing the ARM verison of the chromium browser using: `sudo apt-get install chromium-browser` In /usr/lib/node_modules/fast-cli/api.js I found: `const browser = await puppeteer.launch({args: ['--no-sandbox']});` I replaced it with: `const browser...

Fast.com does not only test your download speed. It is just that the upload speed test is "hidden" until you expose it. It would be very nice if the upload...

I had a suggestion for how the information available could be improved. He could take it or leave it. I wasn't trying to waste his time any more than necessary...

Thank you for reconsidering your tone. I did take it as pretty aggressive, but if it wasn't meant as such then I can accept that I was mistaken. Yes, I...

I don't think you give yourself enough credit. Maybe focusing on the kinematics and documenting them isn't the fun part, but it's clear you have a good eye for detail...

The locally stored fast.com cookie gives you access to variables that let you specify the min connections, max connections, min test time, max test time, and more.

I've used Chrome to inspect the cookie that Fast.com stored on the local computer for the various settings. Looks like you could very easily have control over the: min connections...