Max Lapides

Results 26 comments of Max Lapides

@bZichett It seems like this `flutter_built_redux` project isn't under maintenance anymore, so we migrated away. We're still using built_redux though, so we implemented our own Flutter bindings. I'm happy to...

I still think we should keep this issue open. More work is needed to make it easy to manage Apple Silicon Macs in the Apple Developer system.

We're using Danger JS with our Flutter project. It might be nice in the future to write our Dangerfile in Dart, but the JavaScript implementation works well for us today!...

I am unfortunately also experiencing this issue with my HS300

This issue is related: https://github.com/flutter/flutter/issues/11675. It makes sense to me that the `RefreshIndicator` API could be improved. I also opened this issue on the thunk package: https://github.com/davidmarne/built_redux_thunk/issues/8. If thunks could...

Not sure if this is helpful, but this is what I'm seeing! ![Screenshot from 2021-07-23 15-00-06](https://user-images.githubusercontent.com/1874682/126845548-00ac70b5-4814-4737-98fa-d49da60b5ca6.png)

> The container will delete itself after running the commands, or you can remove that line I think this is where I'm a bit confused. Here's what I just ran:...

Okay I read through the `Dockerfile.auto` and I think I understand better now. In the above example, OSX_COMMANDS isn't working because I'm building my Docker image from `:naked`. Thanks for...

Oh one more potentially useful clue, the logs for the docker-osx container end like this: ``` alsa: Could not initialize ADC alsa: Failed to open `default': alsa: Reason: No such...

@Eslam-mohammed-anwar I did eventually figure out the issue here. The root cause is that the readiness probe that I wrote is no good.