Thomas Ladd
Thomas Ladd
- **Platform**: Mac OS X - **Mercury Parser Version**: 2.2.0 - **Node Version (if a Node bug)**: 14 ## Expected Behavior `og:title`, `og:description`, `og:image` etc values ought to be used....
- **Platform**: OS X - **Mercury Parser Version**: 2.2.0 - **Node Version (if a Node bug)**: v12.16.2 ## Expected Behavior If a site has `og:image` set twice, it would choose...
If I specify something like this: ```typescript t.crud.sites({ filtering: { AND: true, OR: true, domain: true, createdAt: true, updatedAt: true, }, }); ``` TypeScript says this is fine, but I...
At the moment, composite fulltext searches on text fields that are joined do not work. Looking at composite_setup.rb, it gets the fields from the all_text_fields method of each setup, which...
Currently, the snapshot is all placed on a single line. This makes it very difficult to tell what changed in a code review. It would be nice if the output...
- `cypress-testing-library` version: 7.0.0 - `node` version: v12.16.2 - `npm` (or `yarn`) version: yarn 1.22.5 Problem description: Cypress recently released shadow DOM support and it is no longer experimental. They...
Some of the wording in this spec leads me to believe that it is expected for `__tcfapi` to always be available synchronously regardless of whether or not GDPR applies or...
## 🐛 Bug report ### Current Behavior When I call FieldArray's `removeItem`, it sets the error state to an empty array, and it stays that way until validate is run...
I'm working on a project where a really lightweight graphql client would be ideal, and this seems like it could be a great fit. One of the things I would...