Feodor Fitsner

Results 226 comments of Feodor Fitsner

After upgrading to "beta" Flutter channel `IconButton` in actions section of `AppBar` is not round anymore. Is it according to M3 design? ![image](https://user-images.githubusercontent.com/5041459/183227021-319becd3-6bfd-4e65-a317-38752893e91e.png)

@abelanger5 Thanks for the suggested fix - I'm using a custom domain, so hopefully it's going to work for my deployment. However, I'm not sure where/how it should be fixed...

OK, I've tried the fix (https://github.com/porter-dev/porter/issues/632#issuecomment-832812552) with a custom domain and initially got a lot of these errors on Status tab: ``` 2021/05/05 19:40:03 [error] 930#930: *890201 broken header: ""...

Some implementation ideas: For Windows it could be possible to just call PyInstaller internals to update an icon of any executable: https://github.com/pyinstaller/pyinstaller/blob/d31927bcbae9a9d17b3ad2a7b705bd884fb89be3/PyInstaller/utils/win32/icon.py#L161 `dstpath` is the path to .exe and `srcpath`...

It's, actually, more than just icon. It's application name, description, author, copyright and other metadata as well.

I see that comment *Since it is based on webview, this library has some inextricable instability and performance issues. We recommend the Flutter charting library [Graphic](https://github.com/entronad/graphic) as an alternative.* and...

Sure, still have to decide on the supported library :)

Google charts have been discontinued, yes. I'm also considering https://pub.dev/packages/fl_chart

@sagism it couldbe an error related to macOS Launch Services. I've never experienced such an error myself, but found this: https://github.com/actions/runner-images/issues/4545 Look at the 2nd workaround here: https://github.com/actions/runner-images/issues/4545#issuecomment-975719151 To fix...