Simon Siefke
Simon Siefke
#### Do you want to request a *feature* or report a *bug*? A bug. #### What is the current behavior? The CSS doesn't get compiled correctly. In the following example...
```js /\p{L}/u.test('Θ') // true ``` get transformed into ```js /p{L}/u.test('Θ') // false ``` which produces wrong output. ## Possible solutions Short term solution: Disable `better-regex` rule by default Long term...
### Version 3.1.5 ### Reproduction link [https://codesandbox.io/s/vue-routing-example-em6dm?file=/router/index.js](https://codesandbox.io/s/vue-routing-example-em6dm?file=/router/index.js) Visit the `/hello` page in the codesandbox reproduction and open the console to see the error message ### Steps to reproduce Setup lazy-loaded...
It would be really nice to also see the branch name and commit message in the railway dashboard when deploying with github actions. I'm using the railway cli as described...
fixes https://github.com/jlengstorf/gatsby-with-unstructured-data/issues/5
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.73.1 - OS Version: Ubuntu 22.10 Steps to Reproduce: 1. Open a folder with VSCode 2....
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...