Henrique Barcelos

Results 18 issues of 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...

context-syntax
scope-compatibility
scope-quality

### 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...

T-bug
C-forge
Cmd-forge-script

### 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,...

T-feature
C-forge
Cmd-forge-build

### 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...

proposal

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...

Inactive

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.

Priority: Medium
Type: Bug :bug:

A standalone quoted string is still a valid JSON document. However, currently it is marked as error by this plugin: ![image](https://user-images.githubusercontent.com/16565602/65184994-0b5cc480-da3d-11e9-8e8c-3e503fa88585.png)