Ruslan Sorokin

Results 6 issues of Ruslan Sorokin

#### Is your feature request related to a problem? Please describe Nope #### Describe the solution you'd like Add scala version item. ##### Icon There are 2 icons in the...

🌊 enhancement

# Environment code --version: ``` 1.79.1 4cb974a7aed77a74c7813bdccd99ee0d04901215 x64 ``` go version: ``` go version go1.20.5 linux/amd64 ``` gh --version: ``` gh version 2.30.0 (2023-05-30) https://github.com/cli/cli/releases/tag/v2.30.0 ``` gh-dependabot version: v0.10.12 #...

Stale

# Environment: ### MacOS: 11.6.4 BigSur ### go version: go version go1.20.4 darwin/arm64 ### gh --version: gh version 2.30.0 (2023-05-30) https://github.com/cli/cli/releases/tag/v2.30.0 ### gh-dependabot version: v0.10.12 # Expected behaviour: 1. You...

Stale

This commit adds ability to recognize return of custom error values on the position of [error] interface type, e.g., ```golang package example type S struct { i int s string...

### Make sure you have done the following - [x] Updated to the latest version of `blink.cmp` - [x] Searched for existing issues and documentation (try `` on https://cmp.saghen.dev) ###...

bug
keymap

Supports custom kinds provided in queries like: ```scm (identifier (#set! kind "parameter")) ``` This gives users ability to express custom kinds over existing nodes within the treesitter queries. Here is...