Pavel Dvořák
Pavel Dvořák
> > > Actually the linter should enforce `",".join([str(i) for i in range(3)])` this is faster because join internally converts all generators to lists It seems it is not much...
You compared list to tuple, but the issue is about generator (see the description) Try `%timeit ",".join(str(i) for i in range(*))`
Our git repo is constantly changing. There is no sense to run flutter_launcher_icons every time some minor graphical change is added. Thus it would be easier to run it only...
Changing primarySwatch leaves these things blue, that's why I use primaryColor.
If you need to have more advanced theme and not just two-color theme, primarySwatch is not a viable option. Flutter docs then recommend using these two instead.
You should include the shiv immediatelly after all included css and style tags. In your case you should include it immediately after this line of your code: ``` ```
If you include it to this right place, it starts behave correctly in IE 9 and partly in IE 8 and lower. For that browsers, I recommend to look for...
I tried it and on my IE9 there it didn't work before replacement and it worked after replacement. And sorry, I didn't see the Modernizr. In my opinion there shouldn't...
:+1: Could you fix the printshiv too?
Awesome :-) for me many thanks