Yaroslav Klyuyev

Results 16 issues of Yaroslav Klyuyev

I think that it's good to have ability to validate email changes with same model and view that are used to confirm emails on registration. This pull request adds easy...

enhancement

this is an alternative to #15 without changes to database. To start email change process: 1. set `settings.SIGNUP_EMAIL_CHANGE_PROCESSING = True` 2. initiate email change somewhere in views or forms: ```...

enhancement

Maybe app should use https://pypi.python.org/pypi/django-crispy-forms/1.4.0 ?

idea
thirdparty

when using uwsgi django 1.8 fails with error: ``` raise AppRegistryNotReady("Models aren't loaded yet.") ```

I'm currently using your module to benchmark some external api performance. Currently this is implemented using severala coroutines running concurrent parallel taks where one coroutine calls some "processor" and this...

Curent implementaion will only match latin characters when `VerEx().word()` is used. To support unicode word characters `re` module should be replaced with `regex` module: https://pypi.python.org/pypi/regex

enhancement

``` python In [1]: def foo_factory(foo_name): def foo(): pass foo.__name__ = foo_name return foo ...: In [2]: foo_func = foo_factory('foo_func') In [3]: import aspectlib.contrib In [4]: import aspectlib In [5]:...

side libraries like require.js ans codemirror were removed in f194cd16ea4f142a2c40440827a253fa2387126f. This change made it imposible to use djagno-scribbler after installing directly from github: not all js files are available

New attempt to add ethnic slur for Ukrainians, after https://github.com/bluesky-social/atproto/pull/1321 was rejected (just because code for slurs changed dramatically) Wiki as a proof: https://en.wikipedia.org/wiki/Oseledets#Ethnic_slur

**Describe the bug** There is no letter "є" in the BoldItalic version of the Serif font. **Steps to reproduce** Just use the smaller version of "є" character (U+0454) with LibertinusSerif-BoldItalic.otf...