corepuncher

Results 26 comments of corepuncher

I thought I was going nuts, thanks! While I"m here, does anyone know how to stop "over drawing" of data out of the chart area when switching between data types?...

FYI, if I zoom slowly, it gives it time for the tiles to update correctly. In addition, I tested my other transparent layer. Same behavior, I just didn't notice before....

I'm getting this a lot as well. Not sure how to reproduce though. Sorry I don't have the whole stack but it was on the order of: Exception caught by...

> This can apparently be reproduced by providing a `UniqueKey` to the `FlutterMap`, then rebuilding. Just curious if anyone has tried this to reproduce, and, if it had the same...

Not sure what the fix would be for my case. Here is the entirety of how I use MapController: ``` @override Widget build(BuildContext context) { final mapState = Provider.of(context); FlutterMap(...

> Try upgrading to 6.15.0. It fixed that issue for me. Using Ubuntu 22.04. Excellent! Thank you Mr. Sebenste. Hopefully it goes smoothly, I"m always afraid something will get overwritten.

> Try upgrading to 6.15.0. It fixed that issue for me. Using Ubuntu 22.04. Well shoot, that didn't work. Still getting a missing VIS sector about once per day. I...

That's good to know Mr. Sebenste, thank! I assumed the values were "good" since they came straight from Unidata, and (surprisingly?) things seemed to run "fairly well" even with only...

My web build is busted. First I tried to address the flutter_service_worker_version error, and now when I build, in my index.html I have double quotes around the version value like...