Eshfield

Results 13 comments of Eshfield

Прошло больше двух месяцев, а опечатка на коммерческой странице так и не исправлена. В моё желание приобрести платный курс начинают закрадываться сомнения…

@rustkas Looks like this PR is still waiting a merge from you :)

Are there any updates to this problem? Can't find any mention in the internet about serializing JSON with root list structure. > or even just `@JsonKey(inline:true)` This looks great for...

Have the same problem when trying to return a result from a route. I have added types [everywhere as recommended](https://pub.dev/packages/auto_route#returning-results) but it still gets an error: ``` Unhandled Exception: type...

> @filak8 @eshfield have you added return type to @RoutePage() Thanks a lot! This code example did the trick: ``` @RoutePage() class LoginPage extends StatelessWidget {} ```

> Based on @hygehyge example I have implemented below in main before running app I have found a way to do the same without `AssetManifest.json` file: ``` Future precacheSvgImages() async...

Here is an another mention of that problem, posted 8 months ago: https://www.reddit.com/r/Fedora/comments/11r7gi8/fedora_media_check_fails_at_48_every_time_during/ Fun fact — if I choose a non-default option to run Fedora Live without media check then...

I verified the ISO file downloaded by Media Writer with this commands in my WSL2: ``` curl -O https://fedoraproject.org/fedora.gpg gpgv --keyring ./fedora.gpg Fedora-Workstation-39-1.5-x86_64-CHECKSUM sha256sum -c Fedora-Workstation-39-1.5-x86_64-CHECKSUM ``` The output says:...

A workaround I used is to download an ISO file manually and use Rufus to create a bootable USB stick.