Dear Release Team,
I ask you for permission for upload fixed imms to testing-proposed-updates.
New release for lenny contains fix for important bug (#497811). Bug is fixed
in latest version just uploaded to sid (3.1.0~rc4-6), but this version
is not ready to be pushed into testing (it requires lat
Hi all,
I'm trying to figure out to run some asynchronous tasks in a Facebook app.
I've got things working, but BRB crashes after a little while, and I'm not
sure if my setup is ideal.
Here's the scenario:
- whenever a user visits my app, I need to fire off a bunch of API calls.
- these calls nee
I'm using Firebug 1.2.1 with FF 3.0.1.
When I run something like this:
console.evaluate('thisVariableIsNotDefined.blah()');
I get an error: "Firebug.Console.error is not a function"
I checked the source of content/firebug/console.js and sure enough,
there is no "error" function defined. Was th