Henrique Barcelos
Henrique Barcelos
I'm using [`typescript-vim`](https://github.com/leafgarland/typescript-vim). I noticed that Nord won't properly handle the `Special` group. For example, `try..catch` blocks [are marked by the plugin as `Special`](https://github.com/leafgarland/typescript-vim/blob/master/syntax/typescript.vim#L129). However, the result is not what...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
### Component Forge ### Describe the feature you would like The `solc` optimizer has historically been a source of bugs in smart contracts. After a couple of years of stability,...
### Suggesting a new section? Consider the following validations. - [X] It will not clutter the prompt - [X] It will not slow down the prompt - [X] It is...
I am trying to use this plugin with parcel v2 but I keep getting the following error: > ReferenceError: Layout is not defined The relevant config files are: **.parcelrc** ```json...
File mask is applied just fine when I'm using `rg` as source: ```vim :Far src replacement /**/*.js? --source=rg ``` However, if I switch to `ag`: ```vim :Far src replacement /**/*.js?...
### Description I'm abusing `lint-staged` a little bit to enforce linting rules are being followed on pull requests. Linters and their configs are the only things in our stack that...
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? If I need to enforce...
When someone tries to update the notification settings and having push notifications enabled, the send button won't work and the modal window won't close.
A standalone quoted string is still a valid JSON document. However, currently it is marked as error by this plugin: 