Pavel Sobolev
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_  _Picture 2_ 
I guess all the buttons located on the _Search Dashboard_ page: _Picture 1_  _Picture 2_  _Picture 3_  _Picture 4_  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...
Same on https://odysee.com.
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?