Federico Dossena

Results 215 comments of Federico Dossena

React native is worth a try, but before we fully commit to that we better make sure that it can run fast enough. It's certainly fast enough for the UI,...

Won't this stop the upload test after 15s, causing a reconnection?

@majerus1223 you can just pull the image, I should update the readme.

I must have messed it up when I did the last update. Do you want to send a PR to fix it?

@ryanbohn that's a new one for sure. Does this happen on my demo? What's the expected upload? What can you tell me about your setup? (OS, internet connection, browser, ...)

@ryanbohn I checked both your links and they seem to work fine on Firefox and IE11. I'm really not sure why you're having this problem, is hardware acceleration enabled?

@barto95100 I need some information to help you: * What database are you using? * Did you configure telemetry_settings.php? * Did you import the database file (if necessary)? * Is...

@barto95100 run sudo phpenmod mysqli just to be sure that the module is enabled. Other than that it seems to be configured properly. If that still doesn't work, look at...

@Si-Richards Hi, In all php files in the backend folder, you'll find ``` Access-Control-Allow-Origin: * ``` Replace the asterisk with a list of allowed domains in all files. Keep in...

@gerroon It should work, I haven't tried it myself though. You may have to edit getIP.php to get the original IP address from the header of the forwarded HTTP request.