Mauro Zackiewicz

Results 4 comments of Mauro Zackiewicz

@turicas, o SEADE atualizou o portal de dados sobre COVID19 https://www.seade.gov.br/coronavirus/ Agora com um arquivo csv mais bem estruturado com dados por município, além de um repositório em: https://github.com/seade-R/dados-covid-sp/tree/master/data

Same issue here. I've started to use Starlink today and immediately noted the slowdown in yfinance queries.

I find the problem is the bad DNS server of Starlink. Just change to 1.1.1.1. to fix this.

you can replicate the transparence solution already merged (https://github.com/Paldom/SpinnerDialog/pull/32/files) to the progress bar: ``` if (title == null && message == null) { dialog.setContentView(new ProgressBar(cordova.getActivity())); // add this here: dialog.getWindow().setBackgroundDrawable(new...