tom quas
tom quas
this should fix it: ``` diff --git a/lib/pages/hero_page.dart b/lib/pages/hero_page.dart index 0c7639f..8b568a8 100644 --- a/lib/pages/hero_page.dart +++ b/lib/pages/hero_page.dart @@ -3,7 +3,7 @@ import 'package:layout_demo_flutter/layout_type.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/foundation.dart'; -class HeroHeader implements SliverPersistentHeaderDelegate...
hmm, i did a 'flutter pub upgrade' in the project's folder, ending up with several package upgrades and am also running the latest flutter: ``` sdks: - dart: ">=2.8.0 =2.12.0-0.0
``` dart @Default(Set.unmodifiable([])) Set photos; ``` any idea how i can map the above code on a Set? with this code, i do get _The constructor being called isn't a...
thx everybody, this is going in the right direction ;)
am seeing the same issue; after restarting dat desktop, download starts...
i've seen this error message, too, but here it continued to update the firmware. you may wanna try ``` $ pip install -U solo-python $ solo version 0.0.30 ```
yes please. would be tremendously useful in my current setup.
oh cool, thanks for the hint; i wasn't aware of zoomTo. an alignment parameter as specified in #158 sounds like the way to solve this.
thanks @tidwall, that's good news. i had a first look at the code - i am not a go coder yet, but from what i've seen, scanner.go and json.go should...
hey @tidwall, sorry, busy times. i had another look and i get a feeling that the templating code needs some refactoring before this feature fits in. i'm not up to...