-
Thanks for responding. :-) So I checked out the code and managed to track the problem down to a problem with having a large scrollback buffer size set (I have it at 1M lines). Due to the large scrollback + width + height it (apparently) isn't able to malloc enough space for 'new_scrollback_top' and 'bl' (line 362).
for me the totals add up to:
new_total_height = (1,000,000 + 88)
and the...
2009-06-09 23:12:11 UTC in iTerm.app
-
there have been comments as recently as 04/06 showing that people still have this problem. why would you assume based on this bugs creation date that it is no longer valid and disregard the recent comments? regardless, I still can't use any of the newer versions of iTerm - in other words, it's still a problem. If you need more information than what I gave when opening this bug, let me know and...
2009-04-15 15:37:13 UTC in iTerm.app
-
There seems to be a regression with this - I updated to the new version (0.9.6.20090209) and now whenever I resize the viewport, iTerm crashes with similar information to below. Prior to the update, everything was fine - I was using the most recent version /prior/ to the 20090209 version without crashes on resize. Once I made the update to the 20090209 version, and the crashes started, I had to...
2009-02-17 16:36:11 UTC in iTerm.app
-
rabbitt committed revision 205 to the PHPMailer SVN repository, changing 31 files.
2008-12-01 18:20:06 UTC in PHPMailer
-
You could easily modify the code below to allow segregation between the different recipient fields (to, cc, bcc) as well by doing:
$this->all_recipients['to'][$address] = true;
modifying the 'to' to match the given function the code is in.
Also, I should note that it doesn't actually matter if you add the recipient to multiple recipient fields as most modern servers are smart...
2008-10-10 15:16:03 UTC in PHPMailer
-
If I might, I'd like to suggest redoing this to somehow make use of a hash to check if the address is already in the list, which would be significantly faster and more efficient than doing a foreach(...) on every add to the list. For example:
class PHPMailer {
// new private property to keep track of all recipients
private $all_recipients = array();
// more code . . .
2008-10-10 15:08:28 UTC in PHPMailer
-
rabbitt committed patchset 6653 of module postnuke_official to the PostNuke Content Management System CVS repository, changing 1 files.
2002-05-16 02:09:22 UTC in PostNuke Content Management System
-
rabbitt committed patchset 6503 of module postnuke_official to the PostNuke Content Management System CVS repository, changing 7 files.
2002-05-06 22:03:24 UTC in PostNuke Content Management System
-
rabbitt committed patchset 6502 of module postnuke_official to the PostNuke Content Management System CVS repository, changing 1 files.
2002-05-06 21:59:40 UTC in PostNuke Content Management System
-
rabbitt committed patchset 6501 of module postnuke_official to the PostNuke Content Management System CVS repository, changing 1 files.
2002-05-06 21:59:11 UTC in PostNuke Content Management System