Shawn Makinson

Results 28 comments of Shawn Makinson

I'd love to see some quasar related sketch assets.

I have various class types created via the firestore converters that manage the data and determine whats what. They could work with batches, or transactions but the user of the...

@slavixxx I have been able to use the helper from the sample project: `{{background_image 'background.png' }}` in a page and it works. I would also be interested in where I...

Thought perhaps I'm not using the correct value to skip it, I just realized I see: `CssSyntaxError: :4478:1: Unknown word` with "colors", but "color" runs with no error. The colors...

Another benefit of this approach is the rewrites & redirects can differ per connected branch, which can be helpful as things change over time.

Oh and if possible in this process it would also be nice if env vars can be referenced somehow in the rewrites so that secret things can be left in...

@swaminator I'm looking at using a reverse proxy rewrite to point to proxy a rest api url and the url format is: `https://{restapi_id}.execute-api.{region}.amazonaws.com/{stage_name}/` since `stage_name` needs to be provided I...

By the way, after taking a pause on checking out Amplify console and coming back to it only months later, it's encouraging to see the good progress being made. Thanks...

I just realized this as well during a local register. I'm looking at using email for both username & email & added a fullName field that gets set during registration...