Damien Degois
Damien Degois
The application crashes when running on ubuntu 22.04 with nvidia graphic cards. After some research, a possibility would be to launch electron with `--ignore-gpu-blacklist` flag, it *might* solve the problem....
This would allow a cleanup process to remove forgotten / unused accounts based on LastUpdate field after a while.
As an admin, I'd like to be able to cleanup unused accounts (inc. never used accounts). Currently, it's doable via `LastUpdate` but only if the account has been used at...
Also add missing entries in ToC **Description** Add a superseded notice on `registry-mirror` in `README.md` **Reviewer Notes** - [ ] The code flow looks good. - [ ] Unit tests...
…erver to auto-close tab
Same behavior as `Set` but keep `nil` values and sets `null`
Hi, First, thanks for this lightweight very nice lib :) I stumbled upon a particular use case where I needed to set null values instead of removing the key entirely....
**Describe the bug** Using `set` to patch an element of an array erase the array instead of merging it: ```yaml set: anArray[1].attribute: new attribute1 ``` **To Reproduce** Steps to reproduce...
Proposed approach to attempt fixing #471 here is to dump values and patch them. Slight issue with jsonpath due to the fact it removes nil values instead of setting null....