Results 6 issues of Vital Leshchyk

Hello I have a question about couchdb-odm Is it possible to make embedded entities like doctrine-orm? ```php /** @Entity */ class User { /** @Embedded(class = "Address") */ private $address;...

### Describe the bug Unable to bind `XF86Calculator` key ### To Reproduce Steps to reproduce the behavior: 1. add key binding `"XF86Calculator" => run_external!(CALCULATOR);` 2. try to build window manager...

bug

### System Tray Is it possible to add system tray to top panel?

question

Fix for error message: ``` cyclefocus/init.lua:199: attempt to index a nil value (local `source_c`) ``` reproduced when you try to mod+tab on tag without clients, but some other tag have...

Currently, I deal with local storage like that: ``` let mut local_storage_token = use_synced_storage::("x_auth_token".to_string(), || None); *local_storage_token.write() = None; ``` As a result, the key exists in local storage (value...

I run `deny` to check my project, and it leads to error ``` cargo deny check advisories ``` ``` error[unmaintained]: paste - no longer maintained ┌─ /home/................................................/Cargo.lock:218:1 │ 218 │...