Dmitry Shachnev

Results 182 comments of Dmitry Shachnev
trafficstars

It is mentioned in the [FAQ](https://github.com/retext-project/retext/wiki/FAQ#can-i-use-synchronized-scrolling), but mentioning it in the Preferences is also a good idea. I will look at it.

This change is wrong. Inside the ``, all divs are closed properly. Perhaps you were counting two kinds of `` as two distinct tags? They are in if/else block, so...

+1 for this change. I was wondering why one of the tables looks so weird, and found that `white-space: nowrap` rule. Changing it to `normal` makes it look *much* better....

> ``` > python3: siplib.c:8505: sip_api_can_convert_to_type: Assertion `(((td)->td_flags & 0x0007) == 0x0000) || (((td)->td_flags & 0x0007) == 0x0002)' failed. > ``` This usually means you are trying to run code...

@linxd5 In retext-project/retext#162, you mentioned that you are using Ubuntu 15.04. Why can't you then just use the distro versions of sip and PyQt? Ubuntu 15.04 has sip 4.16.6 which...

@jszakmeister Sure: ``` $ cat test.py import unittest class MyTestCase(unittest.TestCase): @unittest.skip("skipping this one") def test_foo(self): pass $ python3.4 -m nose test.py --verbose test_foo (test.MyTestCase) ... SKIP: skipping this one ----------------------------------------------------------------------...

Actually it seems it's broken with Python 2.7 as well, and maybe even it's the same issue as #512.

Err, sorry, indeed I meant that it should fail, like with any other exception.

Dropping that option will be fine, I think. The fact that is has not been working since Python 2.7 means that nobody relied on it anyway.

I have added a note to README about MathJax 3.x support.