Dani Hodovic
Dani Hodovic
I'm using the helper function to create a default organization when a user signs up. https://github.com/bennylope/django-organizations/blob/c6ead20907ca08e1cceecaf96a109ccddc1187eb/organizations/utils.py#L55-L63 The docstring says: > Returns a new organization, also creating an initial organization user...
Jobber is a great cron replacement that I've started to use on my servers. Thank you for the development efforts. However for locally running tasks on my laptop it isn't...
Re-opening https://github.com/python-poetry/poetry/issues/446 which was automatically closed. > I successfully added private git repository using poetry add --git ssh://git@gitlab_url/username/repository_name.git package_name. Then I ran poetry update, but it hanged forever on cloning...
```py search("core", ".//Call/func/Name[@id='AccountFrozenEmail']", recurse=True, print_matches=True) [('core/services/account.py', 15)] ``` Instead of printing matches, would it be possible to return the matches as strings?
If I divide my Taskwarrior tasks into subprojects, e.g ``` task add Write code project:taskwarrior.backend task add Write styles project:taskwarrior.web ``` and I decide to filter the timewarrior report by...
Provides data on Borg backups. https://github.com/danihodovic/borg-exporter/
### Metrics Name | Description | Type ---------|-------------|---- celery_task_sent_total | Sent when a task message is published. | Counter celery_task_received_total | Sent when the worker receives a task. | Counter...
First of all this is a very handy plugin, so thank you to the author. I'm currently using the git status predefined search and occasionally the file search. The only...