Семён Марьясин
Семён Марьясин
In current `master` version (a733c99) there is a bug. Here is the minimal `.xm` file reproducing it: ``` %ctor { // ... } /* Multiline comment including a // line...
Another sporadic crash. Last time it happened when I ran `git diff` in one of the active windows, but I don't know what could cause that. Core dump info: ```...
Sometimes DVTM crashes when I try to open new window. Unfortunately I don't have a meaningful core dump for such crashes because they happened before I re-compiled DVTM with debugging...
Looks like there is a bug with last window detection. If I switch to different tag (with different set of windows) then the "last used window" will be the one...
When my OpenID provider gives me response containing both signed and unsigned fields, I get an error: ``` SuccessResponse.getSignedNS: (http://openid.net/srv/ax/1.0, mode) not signed. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/flask/app.py",...
After more investigating, it seems that it is actually supported, I just used the wrong way to configure secret value. The right way: in `(my master root)/master.cfg`, after auto-generated stuff,...
Just tried testing this extension and bumped to this problem. Code is slightly modified "Hello World" variant: ``` from flask import Flask from flask.ext.aiohttp import AioHTTP, async from asyncio import...
This PR closes #2
Is it possible to use `python3 -m venv` approach when creating virtualenv for python3? It is much faster (0.936s vs 2.464s on my system). I see it is at least...