Jyr Gaxiola
Jyr Gaxiola
Hi I trying to build an app with django + django-dynamic-scraper and I have the error: ``` api_1 | Watching for file changes with StatReloader api_1 | Exception in thread...
Hi How can I running deploy command without password? I have a deploy user in shudders.
HI, I run request analizer works for develop.log works in OS X 10.9.4, but does not work with production.log and I have the results: request-log-analyzer --debug log/production.log production.log: 100% [==========================================================================================================================================================]...
I have installed dilla in my settings but not show of command dilla in manage.py, my settings: INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.admin', 'django.contrib.admindocs', 'polls', 'dilla',...
Hi! I have of next versions: - Rails 4.1.1 - postgres_ext (2.4.1) - postgres_ext-serializers (0.0.3) - active_model_serializers (0.8.3) my query is: `@model1.model2.includes(:model3).where('model3.state =?', 'done')` I have a error when run:...
Hi, When I run ``` sudo newrelic_resque_agent install ``` I have a message ``` /usr/bin/env: ruby: No such file or directory ```
Hello, How can I run a specific JavaScript function? > $ {__ javaScript (Service._helpers.getSessionId ()), deviceprint} or, how can I get an input value after loading the html dom? Thanks