[Edit: Issues, Bugs, and Requested Features should be tracked at Google Code, not here -- matt, 2010-04-23]
Less Wrong is still under construction. Please post any bugs or issues with Less Wrong to this thread. Try to keep each comment thread a clean discussion of each bug or issue.
Requested features... sure, go ahead, but bear in mind we may not be able to implement for a while.
While this may be obvious, I feel that I should point out that there may be an overflow error in tracking Karma using an unsigned int.
Yes it seems like it but I'm not sure why its happening. Python doesn't have an unsigned data type. I suspect its the cache causing it as reloading the user's account from database corrects it.