Sorin Sbarnea

Results 499 issues of Sorin Sbarnea

## Describe the bug I discovered a bug in yaml language server which makes it confused and report a false positive with current github-workflows schemas, even if these schemas are...

## Describe the bug Typing enter after `>` does incorrectly creates a new list entry. ## Expected Behavior Pressing enter after any of `>`, `|`. `>-` or `|-` should just...

needs-info

While trying to make vscode-ansible extension be loaded by Eclipse Theia, I discovered that latest version of vscode-yaml listed on open-vsx.org store within theia is 0.17 and not 0.18. I...

The default colored output is causing serious difficulties in reading the output mainly due to a combination of use of **bold, red and green**. This happen even for those that...

enhancement

I had this sequence below which reports `Fjira` as an unknown word and I know no way to avoid it: ``` `_ format. ``` I didn't check the code but...

I discovered that cspell is finding java arguments like `-Djenkins` as words and I attempted to make it recognize them by adding `D` and `jenkins` as words and adding `...

While the documentation from https://github.com/jonas/tig/blob/master/tigrc#L144-L158 is extremely useful it appears to document one use case which i find likely to be desired: Run command in background and display its output...

Please provide OS S brew formula for installing on OS X, like most of other linux tools. See http://brew.sh/ In case you are not already familiar, it works like apt-get...

enhancement
help wanted

### Describe the bug [click 8](https://pypi.org/project/click/) was finally released and typer does not support it, at least from https://github.com/tiangolo/typer/blob/master/pyproject.toml#L30 point of view.

bug

Installing asyncio 3.4.3 on python 2.7 break python: ``` File "/usr/local/lib/python2.7/site-packages/asyncio/selectors.py", line 39 "{!r}".format(fileobj)) from None ^ SyntaxError: invalid syntax ``` If asyncio is not compatible with python 2.7, it...