Pavel Sobolev

Results 23 comments of Pavel Sobolev

I just cloned `rustlings` for the first time, compiled it, and then added the `exercise` feature as the default one in `Cargo.toml`: ``` [features] default = ["exercises"] exercises = []...

I've noticed similar behavior with top level files of any repository on GitHub. __How to replicate__ 1. Load [a repository page](https://github.com/WorldBrain/Memex). 2. Create an annotation or highlight anywhere on the...

Ok, I see that I can click `Open Sidebar` and click on the appropriate note creation button there. It's not as straight forward as on the sidebar though.

I can confirm this: in some use cases the text becomes unreadable: _Picture 1_ ![](https://i.imgur.com/1Cult43.png) _Picture 2_ ![](https://i.imgur.com/7AgfNi4.png)

I guess all the buttons located on the _Search Dashboard_ page: _Picture 1_ ![](https://i.imgur.com/imb6Vj5.png) _Picture 2_ ![](https://i.imgur.com/04tUbPo.png) _Picture 3_ ![](https://i.imgur.com/zFglsbb.png) _Picture 4_ ![](https://i.imgur.com/ugLSx7h.png) Meanwhile, as expected, it is not possible...

I can confirm that. What's more, I can't find a way to unhighlight light blue after clicking (except for going to another highlight). For this picture: I see no other...

As pointed out by [@miko]() on Discord, a workaround is to use another wallet server. For example, put this in your [`lbrynet/daemon_settings.yml`](https://lbry.com/faq/lbry-directories): ``` lbryum_servers: - spv16.lbry.com:50001 ```

There is also a related issue with actions. Currently, actions are supposed to be registered at the top level of the application, since they're inserted into the application window. If...

@cofee-on-the-desk Thanks, it seems to work (although, I wasn't able to do it without `unwrap`'s). I didn't find the `RelmWidgetExt::toplevel_window` item. Where is it?