Bryce

Results 5 issues of Bryce

VSCode v1.33.1 Larave Blade Snippets v1.20.0 Syntax highlighting is incorrect in Style and Script Blocks: ![image](https://user-images.githubusercontent.com/6920030/57388148-7d0e3300-716c-11e9-91da-52b6fe8e69f8.png) ![image](https://user-images.githubusercontent.com/6920030/57388282-b646a300-716c-11e9-8f6e-6aa0d43ed748.png) However, Atom.io handles these cases correctly: ![image](https://user-images.githubusercontent.com/6920030/57388222-9ca55b80-716c-11e9-8cbf-a71e9274e54c.png) ![image](https://user-images.githubusercontent.com/6920030/57388300-c2326500-716c-11e9-8a4c-b199282c2950.png)

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 `

enhancement

Mantine recently added a new input type: TagsInput This PR adds support for this input type