Simon Kohlmeyer
Simon Kohlmeyer
Currently, all files are loaded every time a CountryInfo object is created. That's inefficient and should be changed. Easiest would probably be to move the data loading part to a...
``` > CountryInfo().name() 'eritrea' ``` Question is, what is good behaviour here? I'd argue that since a CountryInfo object represents information about a specific country, a constructor argument should be...
Semantically, `.all()` should not be a method of the CountryInfo object, since that one represents the information for a specific country. Instead, it should probably be a global function. While...
### Describe the issue [pyproject.toml allows projects to store packages in custom locations](https://python-poetry.org/docs/pyproject/#packages), e.g. a package called foo could be stored in `src/foo` with the clause ``` packages = [...
My `~/.githudrc`: ``` > cat ~/.githudrc run_fetcher_daemon=false git_repo_indicator= ``` Entering a privileged shell in a git repository using `sudo -Es` still launches githudd
This is continuing the discussion at https://github.com/gbataille/gitHUD/pull/38#issuecomment-1259009417 When entering a repository, githud spawns a githudd background process. Running `sudo -Es` in the repo to open a privileged shell in the...
The last commit in this repo was several years ago and work has been done in other repositories. Please think about handing over this package to one of the people...
The dependencies are pinned to a years-old version.
It would be nice to allow a theme to format the messages. (I'm not sure if this is reasonably possible, though.)