Evgeny Kurnevsky

Results 24 issues of Evgeny Kurnevsky

See the screenshot where the matching for 't' and 's' letters is displayed (with `ivy--regex-fuzzy`): ![screenshot-2019-03-01-23 04 38](https://user-images.githubusercontent.com/2943605/53663310-5b209d80-3c5d-11e9-9f4e-5be1f6751c09.png)

It's not possible to set `useUnderline` using `subMenu` constructor: https://hackage.haskell.org/package/gi-gtk-4.0.1/docs/GI-Gtk-Objects-MenuItem.html#g:blib15 Also there is no way to create ImageMenuItem https://hackage.haskell.org/package/gi-gtk-3.0.32/docs/GI-Gtk-Objects-ImageMenuItem.html (though it seems it was deleted from gtk 4)

enhancement

This should fix a deadlock we currently have on master. Later we can move more stuff in this state and make it pure version of DHT server.

Onion module allows nodes to announce their long term public keys and find friends by their long term public keys. There are two basic onion requests - AnnounceRequest and OnionDataRequest....

Crypto connection can have one of the next statuses: - CookieRequesting - HandshakeSending - NotConfirmed - Established Usually the initial status is `CookieRequesting`. But it also can be `NotConfirmed` in...

### Describe the bug It seems vscode applies its own ordering in completion but it might affect other editors (i.e. emacs). When you write `def f(x: Int)` you get the...

bug
presentation-compiler

When I choose an element from a list it's being inserted to a new line in zsh. In bash it's even worse - it puts "`__skim_history__ 23`" to the first...

It's the easiest possible solution - just using treemacs project extension feature. Later it can be expanded to a separate buffer solution if necessary. The only thing that left until...

Version 1.4.7 works fine but 1.4.8 doesn't. It just shows empty login page. In the logs of 1.4.8 I see: ``` 2022-08-16 17:50:31.356 INFO [530083] [SAMLLoginWindow::checkSamlResult@80] Checking the authentication result......