generalov

Results 17 issues of generalov

Ubuntu 15.04. python3.5.0 (from deadsnakes ppa). I got traceback at script exit: ``` /usr/lib/python3.5/asyncio/base_events.py:385: ResourceWarning: unclosed event loop Exception ignored in: Traceback (most recent call last): File "/usr/lib/python3.5/asyncio/base_events.py", line 387,...

I want to implement two modes: "edit on" and "edit off". In the first case user should be able to move and zoom the image with screen controls or mouse....

"Use false to disable controls." I call `$('img').cropbox({..., controls: false})` but controls appended anyway. It's possible to prevent appending controls with `$('img').cropbox({..., controls: ' '})`, but this looks like the...

When template contains or renders strings with non-ascii characters, templateshell raise UnicodeEncodeError: ``` $ echo '{{ title }}' | python manage.py templateshell -c '{"title": u"\N{EURO SIGN}"}' django-template-repl 0.3.0 >>> UnicodeEncodeError:...

1 - Ready

I had many issues in running management commands with maven after upgrading from the Django 1.7 to Django 1.8 (look for example on django-rq). This PR was inspired by #4,...

``` interaction:http_handler:response_type (enum) — необязательный тег, обозначающий тип запроса к API. Если тег не указан, по умолчанию тип считается GET. Возможные значения GET, POST ``` по логике это должно называться...

Can rxvis visualize marbles diagrams showing all the input and output streams like that http://rxmarbles.com/#merge ?

This PR is about porting to Windows. There are differences in files system paths on *nix and Windows. *nix paths and URL paths look like the similar. But there are...

review

PR to extend `find` with additional query methods: ```javascript .before((actions, find) => { actions.click(find(".link")) actions.click(find.link("Click Me")) }) ``` - [x] css - [x] link - [x] xpath - [ ]...

review

Output of `gemini --version`: 5.6.2 I've noted that `html-reporter` plugin produces data.json which contains invalid value in metaInfo.url property on Windows: ``` metaInfo: { url: "\\\\user\\profile.html\\", } ``` Expected: ```...