Skip to content

Instantly share code, notes, and snippets.

View krusty's full-sized avatar

Lucas Sallovitz krusty

View GitHub Profile
lucas@(none):~/Titanium_Studio$ ./TitaniumStudio
/home/lucas/.themes/qt4/gtk-2.0/gtkrc:335: Unable to locate image file in pixmap_path: "Expander/expander-normal-c.png"
/home/lucas/.themes/qt4/gtk-2.0/gtkrc:337: Background image options specified without filename
/home/lucas/.themes/qt4/gtk-2.0/gtkrc:344: Unable to locate image file in pixmap_path: "Expander/expander-prelight-c.png"
/home/lucas/.themes/qt4/gtk-2.0/gtkrc:346: Background image options specified without filename
/home/lucas/.themes/qt4/gtk-2.0/gtkrc:353: Unable to locate image file in pixmap_path: "Expander/expander-active-c.png"
/home/lucas/.themes/qt4/gtk-2.0/gtkrc:355: Background image options specified without filename
/home/lucas/.themes/qt4/gtk-2.0/gtkrc:362: Unable to locate image file in pixmap_path: "Expander/expander-insens-c.png"
/home/lucas/.themes/qt4/gtk-2.0/gtkrc:364: Background image options specified without filename
/home/lucas/.themes/qt4/gtk-2.0/gtkrc:372: Unable to locate image file in pixmap_path: "Expander/expander-normal
=> /var/log/supervisor/page_worker_00-stderr---supervisor-_H4qtF.log <==
/opt/source/libs/pytz/__init__.py:32: UserWarning: Module _mysql was already imported from /usr/lib/pymodules/python2.6/_mysql.so, but /usr/lib/pymodules/python2.6 is being added to sys.path
from pkg_resources import resource_stream
/opt/source/libs/pytz/__init__.py:32: UserWarning: Module django was already imported from /opt/source/libs/django/__init__.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path
from pkg_resources import resource_stream
init kbd.
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
2012-06-04 16:51:06,785 - root - 5224 - INFO [127.0.0.1 ALL DEV 5224] - DEBUG_JOB_DISPATCH: dispatching launcher_search_job
2012-06-04 16:51:14,478 - root - 5224 - WARNING [127.0.0.1 ALL DEV 5224] - DEBUG_JOB_DISPATCH err: name 'Callwrapper' is not defined
2012-06-04 16:51:14,479 - root - 5224 - ERROR [127.0.0.1 ALL DEV 5224] - source search async failed: local variable 'jobs' referenced before assignment
Traceback (most recent call last):
File "/opt/source/src/dataaccess/sources/manager.py", line 250, in search_async
groups, state, error = get_search_results_and_state(user_id, identity, credentials_store)
File "/opt/source/src/dataaccess/job_control.py", line 202, in get_search_results_and_state
state, error = get_search_state(user_id, identity, credentials_store)
File "/opt/source/src/dataaccess/job_control.py", line 252, in get_search_state
deepcopy(credentials_store).to_struct(),), gearman.PRIORITY_HIGH)
.popover.right .arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-top: 5px solid green ;
border-bottom: 5px solid green;
border-right: 5px solid red;
border-left: 5px solid yellow;
height: 0;
line-height: 0;
fetch: function (options) {
this.trigger('fetching');
Backbone.Collection.prototype.fetch.call(
this,
smb.wrap_callbacks(this, options)
);
},
wrap_callbacks: function (that, options) {
2012-04-24 18:12:38,094 - root - 10516 - INFO [127.0.0.1 ALL DEV 10516] - aggregator_update_job states: [2, 2, 2, 2, 2, 2, 2, 2]
2012-04-24 18:12:40,186 - root - 10516 - INFO [127.0.0.1 ALL DEV 10516] - add_not_owner_alert: facebook
2012-04-24 18:12:41,938 - root - 10516 - WARNING [127.0.0.1 ALL DEV 10516] - HttpSource error: {"error":"Could not authenticate you.","request":"\/1\/account\/verify_credentials.json?include_entities=0"}
2012-04-24 18:12:41,940 - root - 10516 - WARNING [127.0.0.1 ALL DEV 10516] - HttpSource header: {'status': '401', 'content-length': '108', 'set-cookie': 'k=10.34.251.117.1335301962820029; path=/; expires=Tue, 01-May-12 21:12:42 GMT; domain=.twitter.com, guest_id=v1%3A13353019628231437; domain=.twitter.com; path=/; expires=Fri, 25-Apr-2014 09:12:42 GMT, _twitter_sess=BAh7CCIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%250ASGFzaHsABjoKQHVzZWR7ADoPY3JlYXRlZF9hdGwrCEr8MuY2AToHaWQiJTFj%250AODg0ZTNlZTg3MzcyNjljY2E4YjdkZDJmYjk0YjBj--40cd17442127dd61b06bfb2b6733f52a260912c4; doma
diff --git a/src/smb/static/javascripts/modules/listing.js b/src/smb/static/javascripts/modules/listing.js
--- a/src/smb/static/javascripts/modules/listing.js
+++ b/src/smb/static/javascripts/modules/listing.js
@@ -124,17 +124,17 @@
},
idAttribute: 'inst_id',
url: function () {
return "/account/" +
@krusty
krusty / fetch.js
Created March 28, 2012 23:02
Backbone setTimeout callbacks
fetch: function (options) {
this.trigger('fetching');
Backbone.Model.prototype.fetch.call(
this,
smb.wrap_callbacks(this, options)
);
},
@krusty
krusty / gist:2164463
Created March 22, 2012 20:58
blocking view
View: Backbone.View.extend({
initialize: function (options) {
if (typeof this.smb_initialize === "function") {
this.smb_initialize(options);
}
this.block_options = this.block_options || {};
this.block_options.element = this.block_options.element || this.$el;
this.block_options.object = this.block_options.object ||
this.object;
apply_to_f(f, funcs) {
return function () {
var a = arguments;
return f(
_.map(funcs, function(h) {
return h(a);
});
)
}
}