Roman
Roman
Lots of trailing spaces. I have Sublime configured to remove those on save. It created a huge diff. I think they should be removed and there should be a linter...
Need to create a CI type checker before merge. Caught a markup bug in #107.
The copyright notice at the bottom of the README links to gplus domain, which is expired and now displays a parking page full of ads.
GitLab CI is great too. But since this is primarily living on GH, I think Actions could also be supported.
### Before creating a new issue, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-ui/discussions). - [X] I have read the guide for [submitting bug...
**Describe the bug** Getting the following build errors with TS: ``` node_modules/@graphql-codegen/plugin-helpers/oldVisit.d.ts:5:75 - error TS2339: Property 'enter' does not exist on type '{ readonly enter?: ASTVisitFn | undefined; readonly leave:...
### Is your feature request related to a problem? Please describe Often you need to reference an issue that is being closed by the commit. All major git hosting platforms...
### Is your feature request related to a problem? Please describe We use `commitlint` with the `conventional-changelog-conventionalcommits` preset ([source](https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/config-conventional/index.js)). The preset `body-max-line-length` to `100`. When I write a commit message...
It would be great to have support for injecting query comments into every query automatically, e.g. via config. The use case is that these comments can then be used for...
If I supply my own `db` via `accountsBoost`, it will always get overwritten: https://github.com/accounts-js/accounts/blob/4e4dc148c41957ddf8021d0b65c476bed668ffa5/packages/boost/src/index.ts#L67 This basically locks `accountsBoost` only to mongo implementation, and will block `@accounts/typeorm`, which is very desirable!