Mikuláš Poul
Mikuláš Poul
I have a simple alias in my .bashrc ``` alias cd_bettersubbox="cd ~/me/bettersubbox/BetterSubBox && source ../bin/activate" ``` And it seems to have parsed OK when I load up xonsh ``` miki@Viper-Ubuntu...
Since Django 1.11 (current version 3.0), there's a new way of adding indexes to django tables, Meta.indexes (https://docs.djangoproject.com/en/3.0/ref/models/options/#django.db.models.Options.indexes). This package doesn't work with these, it only works with db_index on...
**Is your feature request related to a problem? Please describe.** I'd like to log resetting passwords and was able to achieve log requesting tokens using `reset_password_token_created` signal, however I am...
So I was looking at the failing test in `test_arca_render` and at first, I also had no clue what the problem is... But then after crawling through the logs and...
``` ~/venv/lib64/python3.8/site-packages/lieu/dedupe.py in is_dupe(cls, a1, a2, index, name_dupe_threshold, with_unit, fuzzy_street_name) 460 @classmethod 461 def is_dupe(cls, a1, a2, index=None, name_dupe_threshold=DedupeResponse.default_name_dupe_threshold, with_unit=False, fuzzy_street_name=False): --> 462 dupe = cls.dupe_class_and_sim(a1, a2, index=index, name_dupe_threshold=name_dupe_threshold, with_unit=with_unit,...
### Problem Statement We've just started using crons in Sentry at Xelix - and it's a great feature, but it's a bit noisy right now, and making not as noisy...
I have a question regarding the `SILKY_MAX_REQUEST_BODY_SIZE` and `SILKY_MAX_RESPONSE_BODY_SIZE` settings. The README example is following: ``` SILKY_MAX_REQUEST_BODY_SIZE = -1 # Silk takes anything 1024kb, ignore ``` From that comment I...
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://python-poetry.org/docs/) and believe that my question...
**Is your feature request related to a problem? Please describe.** In some diagrams I'd find it useful what a link means / does, say for example "HTTP request doing X"...
Title speaks for itself Based on real example that got merged to our repo today :cry: