Leonardo Mello

Results 6 issues of Leonardo Mello

Signed-off-by: Leonardo Mello Related issue https://github.com/dragonflydb/dragonfly/issues/409. The difference between **TOUCH** and **EXISTS** on Redis is that **TOUCH** updates the last access time, I couldn't find such property on Dragonfly implementation,...

Signed-off-by: Leonardo Mello Closes https://github.com/dragonflydb/dragonfly/issues/200 - Added `clang-format` in `.pre-commit-config.yaml` - Updated `CONTRIBUTING.md` with `pre-commit` and `clang-format` installation script I ran `pre-commit run --all-files` but it change more than 100...

Resolves #443. Redis claims to have `O(1)` time complexity because: 1. it sets a threshold of 100 tries to get a key, each try it: 2. collects 15 entries from...

Added the possibility to call `CellularAutomaton` command without the animation name to trigger a random registered animation

### Did you check docs and existing issues? - [X] I have read all the lazy.nvim docs - [X] I have updated the plugin to the latest version before submitting...

bug

**Describe the bug** When selecting an item on popup menu with the mouse, the PmenuSel highlight is not applied. **To Reproduce** Steps to reproduce the behavior: 1. Right click on...

bug
neovim-upstream