Ahmed Khalf

Results 12 issues of Ahmed Khalf

**Is your feature request related to a problem? Please describe.** Lots of people (myself included) like reading examples as it is a fast way to get to know the codebase...

enhancement

Constraining versions is fine but having absolute versions is probably not the way to go.

**Is your feature request related to a problem? Please describe.** Using helper classes is great for viewing phenotypes however It would be great to have a function in the species...

enhancement

## Reporter class Just like the fitness.py but for logging and letting the user know what is going on. - [ ] Add reporter.py and the base Reporter class. -...

Currently, I have this: ```lua vim.cmd "au FileType NvimTree lua require('core.nvimtree').on_type()" end -- M.on_type = function() local buf = vim.fn.expand "" vim.cmd("au BufWinEnter lua require('core.nvimtree').on_open()") vim.cmd("au WinClosed lua require('core.nvimtree').on_close()") end...

feature request

Hello, I am trying to make a complex TUI application but unfortunately the single view model that bubbletea offers is severely limiting and only allows for the creation of linear...

enhancement

## Description of the requested feature I want to have a window that behaves like rofi: if you click anywhere on the window, it stays open, but when you click...

enhancement

## Describe the bug All slide animations just don't work with the reveler widget, however, the fade animation works. ## Reproducing the issue 1. Use this config ```xml ``` 2....

bug

### Describe the feature Is it possible to have this feature where packer asynchronously checks for updates and then outputs the number of plugins that need to be updated. Perhaps...

enhancement

In order to maintain a **compact design**, I can **only have 1 type of selector enabled** at one time. This creates an issue when i **modify** the color from HSV...