Vinay Gupta

Results 3 issues of Vinay Gupta

I tried the example code and it did not work. Perhaps the CSS is adding `height` which interferes with `rows`. Setting it to `auto` fixes the example.

Starting a `Process` fails with `Attribute Error: WNOHANG not found`. ### Example: Example souce code used (refer [docs](https://ironpython-test.readthedocs.io/en/latest/library/multiprocessing.html#the-process-class)): ```python from multiprocessing import Process import os def f(name): print 'hello', name...

After the update of TEE marks into the table (perhaps I presume), the `JSON` no longer correctly parses marks and many subjects now display an "unsupported" tag. Example below: Json...

bug