pythcoiner
pythcoiner
You mean `listaddresses retun something like?: ``` { "result": { "addresses": [ { "receive": { "address": "tb1pxvpvz8pqx2a5qkskdczv24jzqw795zgf4amqgz56kmqcj9yfecwsxlzra7", "used: true, }, "index": 0, "change": { "addresse": "tb1pnymemz7mxdclhdgg6cmwxmnafymurpj7z0cyaydtuzdz4npkanzqxf5shu"' "used": false, }, },...
try to install from .deb package on debian 12 today, looks like don't have the issue anymore
try to build on a fresh installed debian12 today, `build-essential` is needed
fresh ubuntu22.04 : ```shell pyth@pyth-Standard-PC-i440FX-PIIX-1996:~/liana$ sudo apt install libfontconfig-dev libudev-dev pkg-config -y Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additional packages will be...
same issue on building on ubuntu 22.04
> Hi there, I don't think this is currently possible if I understand this issue correctly: [iced-rs/iced#489](https://github.com/iced-rs/iced/issues/489). Hi, i'm not used with iced (nor rust), but if i understand well...
the comment is not really clear... is there an event handler in iced, from which we can get the keyboard event? how can we get on which widget the focus...
just found [this crate](https://crates.io/crates/iced_focus_derive) maybe can help us doing stuff w/ focusses
i'm digging iced doc, i think we can use [iced::widget::text_input::move_cursor_to()](https://docs.rs/iced/0.12.1/iced/widget/text_input/fn.move_cursor_to.html#) in order to move focus between TextInput
https://github.com/iced-rs/iced/blob/8ce16aba6204cb5c02a709cdf79c309f7b7e0196/examples/todos/src/main.rs#L145-L151