Kirill Bulatov

Results 34 issues of Kirill Bulatov

Reverts the last bits of https://github.com/zed-industries/zed/pull/13898 , avoiding any `hold: true` defaults for any Alacritty terminal tasks. With `hold: true`, `cargo run` and other commands "hang" on ctrl-c signal and...

cla-signed

Fixes https://github.com/tree-sitter-grammars/tree-sitter-markdown/issues/135

VaadinConnectResourceServerConfigurer has a predefined rules that enable all JSR security annotations processing in Vaadin Connect. We need to investigate what happens if a user configures his own `ResourceServerConfigurerAdapter` or `WebSecurityConfigurerAdapter`...

auth

Given a service method defined as ``` @NotNull public List list() { return repository.findAll(); } ``` I would expect the following TS definition generated by the plugin: ``` export function...

enhancement

As a backend developer, I would like to debug how my Java app behaves when some specific UI actions are done. I am able to launch a Java app in...

backlog

Currently there are three goals that generate different parts of the client (open api spec, default client, vaadin connect services modules). Need an investigation whether it's really needed to have...

backlog
structure / starter

When server responds with bad credentials response for the same credentials multiple times in a row, add a delay between next attempts to avoid the unnecessary server load. Way to...

auth

### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...

bug

Server version: `"@vtsls/language-server": "0.2.6",` Zed editor client specifies the following resolve capabilities: https://github.com/zed-industries/zed/blob/843b6611d3c0ffc6b36a721fd5c7c0d19f8ccd87/crates/lsp/src/lsp.rs#L674-L682 ```rs resolve_support: Some(CompletionItemCapabilityResolveSupport { properties: vec![ "additionalTextEdits".to_string(), "command".to_string(), "documentation".to_string(), // NB: Do not have this resolved, otherwise...

I use Windows 11 Version 10.0.22631 Build 22631 I have installed Visual Studio Community 2022, verison 17.11.4 According to the page https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes this is one of the latest versions. I...