Bartek Pacia

Results 863 comments of Bartek Pacia

I hope somebody, someday, will solve this mystery. It really does say "faster": ``` $ fastlane exit 1 [✔] 🚀 [17:33:59]: fastlane detected a Gemfile in the current directory [17:33:59]:...

I also encounter this issue. My Dart file: ```dart import 'package:flutter/widgets.dart'; import 'package:easy_localization/easy_localization.dart'; // ignore: implementation_imports import 'package:easy_localization/src/localization.dart'; import 'package:logging/logging.dart'; import 'l10n.dart'; ``` `import_sorter` ignores the `//ignore..` statement and messed...

I need this feature as well. Great package, just missing this one crucial thing.

Maybe it's worth considering transferring it to [Flutter Community](https://github.com/fluttercommunity)?

Today I encountered the same problem. Here's the minimum example of it: ```bash $ iproxy 8081:8081 Creating listening port 8081 for device port 8081 waiting for connection # CTRL+C, this...

I'd love to see this awesome library getting support for ROS2 as well!

`Compile` has been deprecated. Use `implementation` or `api` instead.