Hedley Smith
Hedley Smith
This worked well for me - name: deploy uses: ambientlight/[email protected] with: amplify_command: publish amplify_env: sandbox amplify_cli_version: 'latest'
Dredd seems to be working fairly well for OAS3 for me, except for this issue (so far). I've started a PR which gets things working for OAS3: https://github.com/apiaryio/dredd/pull/1885
+1 for this, bringing in microbundle's latest features (e.g inline css) would be super useful and solve a number of other issues, e.g https://github.com/transitive-bullshit/create-react-library/issues/333
@christiansmith I think #319 should mean this can be closed now?
After some initial testing it seems that allowing password updates through /v1/users/:id by enabling private fields (as I outlined in the diff in the original post) causes an issue whereby...
@christiansmith brilliant, thanks for clarifying that. I've just added a pull request of how this could work here: #321 - I've tested this out and it seems to work fine,...
To expand on Josh's comments: anvil.users.list() is a function in [connect-nodejs](https://github.com/anvilresearch/connect-nodejs), to allow options to be passed in to the REST API we would need to 1) define a consistent...
Hey Cristian, Thanks for all the background info on this, very useful to understand. Also good to hear about the plans for the next iteration of Anvil Connect relating to...