daywalker90

Results 70 comments of daywalker90

I'm encountering the same problem. What does the color feature have to do with this? Is there something i can do, besides filtering unicode characters?

It's not all characters but these 2 i found causing issues: ☀️🏛️ EDIT: I can see that tabled only prints the left side of these characters

You are right, it's highly terminal related. With [putty](https://www.chiark.greenend.org.uk/~sgtatham/putty/) i have these 2 above misbehaving and with powershell it's a complete mess. (i know, windows... yikes) ```rust pub async fn...

You need to add it to the README aswell. Also, everyone else is using the `https` link for the submodule. I don't know if the `ssh` link can lead to...

In the future the plugin repo will require plugins to have tests that can be run in CI. Please add tests for you plugin using `pyln-testing`

@haiwen please merge this, i spent hours trying to find out what the problem was and it was this.

Ok so he changed his ln address so the reproduction no longer works like that. This also doesnt have anything to do with nostr contacts i think. He previously had...

I don't believe the behaviour is different using cln-(g)rpc. I think it's just a bit random or depending on your test setup if the invoice contains any channels.

using cln-rpc from master + https://github.com/ElementsProject/lightning/pull/7549

looking at the `getroutes` tests this seems to be expected behaviour?! If that's actually the case then it would be very different from `getroute` and what `sendpay` expects as a...