Angelo Cassano

Results 131 comments of Angelo Cassano

Hey @hbalxzdl , the error message is clear: why are you running your app in release/profile?

Hey @apetroaeiandrei , can I ask you why aren't you using the macos:configs instructions?

Hello @Altonhe , thanks for your reply. I tore everything down and tried switching the TZ param in the docker-compose.yml as you suggested but nothing has changed. I also tried...

@aaronbrethorst yes they are the same. I also checked the timezone was properly set by executing `echo $TZ` straight into the oba_app container (`docker exec -it sh`). I still don't...

Using the debugger I discovered that the documentation might be wrong: according to [this](https://developer.onebusaway.org/api/where/methods/stops-for-location), coordinates should be passed using a dot to separate the integer part from the decimal part,...

@aaronbrethorst thank you so much! Do you have an ETA for release 2.5.13? Where can I follow any updates?

Hello @ankit-maniya , can you please attach your Podfile? Looks like `project 'Runner'` section is missing.

Your Podfile project declaration is missing, that's why flutter_flavorizr is reporting resource malformed. See here: https://docs.flutter.dev/deployment/flavors-ios#update-podfiles

@vinifig as I said in #316, this will be addressed in the next major release. I can't merge right now as it represents a breaking change.