Bryce
Bryce
VSCode v1.33.1 Larave Blade Snippets v1.20.0 Syntax highlighting is incorrect in Style and Script Blocks:   However, Atom.io handles these cases correctly:  
Functionality is the same. This PR updates `apollo-server-errors` to have strict types rather than magic strings and then exports those types for use in other applications. We need these types...
- `cypress-testing-library` version: 10.0.1 - `node` version: 16.17.0 - `npm` (or `yarn`) version: 8.15.0 Relevant code or config: https://github.com/testing-library/cypress-testing-library/blob/0f2f002907d61712de8f46e9a4115cfb12e58eec/src/add-commands.js#L4 ```javascript commands.forEach(({name, command}) => { Cypress.Commands.addQuery(name, command) }) ``` What you...
When formatting a yaml file with anchors, extra characters (`!!merge`) are added on format which invalidates the file. This is an issue specifically with the `
Mantine recently added a new input type: TagsInput This PR adds support for this input type