Igor Bubelov

Results 18 issues of Igor Bubelov

Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;) * [x] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/news/blob/master/CONTRIBUTING.md) and followed the...

enhancement
help wanted
API

The only caveat I'm aware of is the fact that `./configure` will misbehave [here](https://github.com/ElementsProject/lightning/blob/e6442d798ef24e1f868ca6003cad6e20a4d8dd5e/configure#L68) and [here](https://github.com/ElementsProject/lightning/blob/e6442d798ef24e1f868ca6003cad6e20a4d8dd5e/configure#L77) (it won't process those errors but it will conclude that `PYTEST not found` when...

I've been prototyping an Android app which uses `cln-grpc` plugin in order to connect to my Core Lightning node via Tor. Everything works like a charm so far, but the...

Looks like `decode` is not exposed via gRPC, which forces clients to parse invoices locally. Although it might be good for performance, proper BOLT 11/12 parsing is not trivial and...

It looks like `reserved_to_block` field is missing from gRPC mapping: https://github.com/ElementsProject/lightning/blob/5444a843b60e0b1d1f6742fa9e912fcdfe5736f8/cln-grpc/proto/node.proto#L261-L277 Is it intentional? It looks like CLI can return this field under certain conditions: https://github.com/ElementsProject/lightning/blob/9a880a0932e7d8575620a1f7b48038c52b4b126f/wallet/walletrpc.c#L284-L286

Here is how I integrate NC SSO: ```kotlin override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) { super.onActivityResult(requestCode, resultCode, data) when (resultCode) { AppCompatActivity.RESULT_CANCELED -> setButtonsEnabled(true) else -> { AccountImporter.onActivityResult(...

enhancement

The list of suggested tags: - hr - pre - code

enhancement

## Expected Behavior Although the default compression levels are sane, some users might want to adjust it to better fit their needs. Being able to set the compression levels gives...

C-improvement
A-http
A-web