Sergey Gornostaev

Results 7 comments of Sergey Gornostaev

Maybe I misunderstood something, but I get an error ``` cannot find symbol symbol: method addRule(com.deliveredtechnologies.rulebook.model.Rule) location: class com.deliveredtechnologies.rulebook.lang.RuleBookWithResultTypeBuilder ``` when I try to compile this example without commenting out...

Yes, I want to have an empty Optional if no rules executed and no default defined, otherwise Optional of result or a default value if it was defined.

**admin.py** ``` from filer.models import ThumbnailOption admin.site.unregister(ThumbnailOption) ```

> I found another issue with a similar problem. Disabling the Virtual Machine Platform fixes the issue. I don't understand why MS would enable something I keep getting told I...

Python 3.6.3 Django 2.1.7 django-hvad 2.0.0 django-cms 3.6.0 ``` Traceback: File "D:\Projects\some-project\env3\lib\site-packages\django\core\handlers\exception.py" in inner 34. response = get_response(request) File "D:\Projects\some-project\env3\lib\site-packages\django\core\handlers\base.py" in _get_response 126. response = self.process_exception_by_middleware(e, request) File "D:\Projects\some-project\env3\lib\site-packages\django\core\handlers\base.py" in...

Я добавил поддержку Python 3.5 и Django 1.9 https://bitbucket.org/TheDeadOne/django-robokassa , но не люблю git и писать тесты.