-
I use htop on multiple machines with from 1 to 4 cpus. When I run htop without a configuration file, it does the right thing on each machine I run it on: on the 1-cpu machine, only one cpu meter bar is displayed, with two bars being displayed on the 2-cpu machine and 4 on the 4-cpu one. But when I go into the setup menu to set, say, the color, after that htop displays the same number of cpu bars...
2008-07-04 16:50:01 UTC in htop
-
Hi,
the gens.py script does not handle double quotes correctly when outputing the docstring in the method table (in routine PythonWrapperGen.dump_meth_table()). If there are double quotes present in the comment, they need to be escaped or the generated C code will not compile. (The latest version of Scintilla (1.72) has double quotes in its comments.)
The attached patch fixes this problem.
2007-03-14 18:48:05 UTC in PyGTK-Scintilla
-
Quoting from this blog post, http://www.petersblog.org/node/1105:
> I ran the formula demo and it created a spreadsheet
> but when I opened it in Excel 97 and all the cells
> were blank. The formulas were in it but needed manual
> recalculating (F2 and enter, one by one).
Attached is the patch he did to solve that problem. See the blog posting for more info.
2006-12-01 17:27:10 UTC in pyExcelerator