Chris Bailey
Chris Bailey
I'm new to Flutter, so wondering about the example app's use of `FutureBuilder`, and calling `_getValues` in the `build` method. It seems like you'd only need to setup the `UserService`...
I've built a Phoenix app following the directions, with some minor tweaks. Specifically, since I'm using Erlang 18.3, I'm using the "alpine:3.4" Docker image, and then updating Erlang (which shows...
A suggestion related to defining the schema, in relation to sharing this between client and server. It would be cool to support [Lacinia's](https://github.com/walmartlabs/lacinia) EDN schema, so that if we are...
For feature branch continuous deploys, the build notices we get for these have the wrong URL in them. The console has the correct URL, where the slash in "feature/branchname" is...