Alex

Results 7 comments of Alex
trafficstars

Here is what I did to fix loading of images cached with ImgCache.js under WKWebView. 1. Add this line to config.xml: ``` ``` 2. Use next code to normalize URL...

I posted it in another linked issue, will cross-post it also here. This solution worked for me: https://www.dell.com/community/XPS/Intel-Extreme-Tuning-Utility-Undervolt-Fails-after-Bios-update/td-p/7542653. Basically, go to BIOS -> Restore Settings -> Factory Settings, and after...

For anyone still looking for the fix, this one from StackOverflow works for me: https://stackoverflow.com/a/45467987/662084 ``` import {ChangeDetectorRef, AfterContentChecked} from '@angular/core'; export class MyComponent implements AfterContentChecked { constructor(private cdref: ChangeDetectorRef...

Running the tests on flutter_map-6.0.0 gives the same result: ``` dart:core _AssertionError._throwNew package:latlong2/latlong/LatLng.dart 34:16 new LatLng package:flutter_map/src/geo/latlng_bounds.dart 111:12 LatLngBounds.center test/latlng_bounds_test.dart 9:29 main.. 'package:latlong2/latlong/LatLng.dart': Failed assertion: line 34 pos 16: 'longitude...

> So, it may be worth adding some output in there, see what the actual value is, and how it got to that. Here are the values that are calculated...

> The -326 and -182 are wrong, but the others seems sensible possibly. That's right, but the values -326 and -182 are calculated inside the LatLngBounds.center getter from the correct...

> I've got a new implementation that seems to be almost the same as the current one, but it passes the first test. The second test however, still doesn't pass....