Tomasz Wesołowski
Tomasz Wesołowski
Reproduce: Save the following as `bug.py`. ``` python print "i'm being reloaded" def decorator(func): def decorated(*a,**kw): return func(*a,**kw) return decorated #@decorator def bar(): return "Boom" ``` Run ipython, then ```...
Found this curiosity in the logs: ``` Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0; MSIE; Maxthon/4.1.3.5000) ``` Output: ``` {'browser': {'name': 'Microsoft Internet Explorer'}, 'os': {'name': 'Windows', 'version': '7'}, 'platform':...
Command: `vadi` Code: ``` {% if a %}{% if b %}{% if c %}{% else %}{% endif %}{% else %}{% endif %}{% endif %} cursor ^ expected [_____________________________] actual [______________________________]...
Some languages use AltGr-(letter) for special letters. For example, AltGr+`a` is `ą` in Polish (LATIN SMALL LETTER A WITH OGONEK). On Windows, Ctrl+Alt = AltGr, which is a reason why...
Hello! This is my first issue. I recently set up a public page with shared bookmarks and invited friends to follow my public RSS, but then I realized that the...
## Symptom When the kepub (se) build is viewed on a kobo device, there's extra white space included after a word containing non-breaking hyphens. The same issue is not observed...