Egor A. Fedorov

Results 7 issues of Egor A. Fedorov

Not sure what section should it be placed in. Let it be "Data Ingestion".

According to recent GitHub [changes](https://github.blog/2021-09-01-improving-git-protocol-security-github/), `git://` protocol is treated as insecure and must not be used anymore. This PR replaces `git://` usages with `https://` ones wherever possible.

# Bug Report Using CLI command `cordova run ios --target=iPhone-X` causes build failure. Without `--target` specified it builds correctly, but I can't deploy it to arbitrary device. Same happens if...

[`bloc_library`](https://github.com/brianegan/flutter_architecture_samples/tree/main/bloc_library) example contains direct dependency between `FilteredTodosBloc` and `TodosBloc`. It is directly not recommended in BLoC library [documentation](https://bloclibrary.dev/architecture/#bloc-to-bloc-communication). Please fix it. https://github.com/brianegan/flutter_architecture_samples/blob/d898d1329e04e5b5fbdef1285b39ef975a6b8efa/bloc_library/lib/blocs/filtered_todos/filtered_todos_bloc.dart#L12-L25

I've tried to build Hacki from `master` branch recently, and see the following while executing `flutter pub get`: ``` Resolving dependencies... Could not find a file named "pubspec.yaml" in https://github.com/TimeFinderApp/flutter_slidable...

**Describe the bug** I have 2 classes: `A` and `B`, both annotated with `@freezed`. `B` has member of type `A`. If `A` is imported in `B` in a regular way...

bug
needs triage

# Bug Report ## Problem I need to set device interface orientation to be the following: - iPhones: portrait only - iPads: landscape only I add the following to `config.xml`...