Andrei Zolkin

Results 8 comments of Andrei Zolkin

Hello, thanks for your attention. I checked fast some `workbench` settings for `input control` but this it didn't help. So I need some extra time to fix this issue. sorry...

Accidentally I found a solution. It look like it was an expected behavior, so without @sainnhe I won't fix it. But here is a recipe for you, @singularitti : 1....

Personally, I'm with you, but the source code which setup this border is ```focusBorder: `${palette.bg5}00`,``` `00` means that it should be totally transparent. You can check `src/workbench/` if you want

@sainnhe this change will trigger some borders for windows like `live share`, `debugger`

I find useless borders more annoying, so I think that "sacrifice" this border is acceptable. But I' ll try to find a way to fix it. Probably is there anyone...

There is a workaround, you just shouldn't chain `warp::get()` filter. Here is small example: ```rust pub fn index(state: AppState) -> BoxedFilter { warp::path::end() .and(AppState::propagate(state)) .and_then(|state: AppState| async move { let...

Did you change the cursor size? ![image](https://user-images.githubusercontent.com/58516282/108852097-37975000-75f6-11eb-8151-1e45e7fcebe4.png)

still be reproducible in v2.304. Main problem is single capitalised letters. Also, NL version doesn't have this bug.