Results 7 issues of Vsevolod

**KEthereum** already has `SignatureData` to `PublicKey` conversion (org.kethereum.crypto.SignKt#signedMessageToKey), but I've stumbled on the need to convert EIP-191 personal signature to `PublicKey` (see this sample repo for use case https://github.com/vchernetskyi993/ethereum-server-auth). From...

I prefer to set up things using CLI commands as much as possible, therefore: * Tried setting this Apps Script using [Clasp](https://www.npmjs.com/package/@google/clasp). * Liked the result. * Proposing to incorporate...

### Did you check docs and existing issues? - [x] I have read all the plugin docs - [x] I have searched the existing issues - [x] I have searched...

bug

Added three things to 1553385: 1. For `LspAttach` replaced `providers[i] = provider` with `require('hover.providers').add_provider()`, because `providers` array is a simple array (not some kind of observable), thus adding to it...

Noticed that at some point in time hover started showing diagnostic for the whole buffer, even though in my configuration I have: ```lua vim.diagnostic.config { float = { scope =...

I faced an issue, with JDTLS not showing sources for multiple classes of OSS dependencies. Digging a bit deeper, it seems that the root cause is outside JDTLS - the...