Aminah Nuraini
Aminah Nuraini
Hi, I get this error when running `DBHelperTest`: ``` Fatal error: Class 'PHPUnit_Framework_TestCase' not found in D:\xampp\htdocs\crawler\sadotech\sadowado\vendor\mult1mate\cron-manager\tests\DbHelperTest.php on line 12 ``` It's already included in the config, but doesn't work....
Is it solely to monitor data and pattern after scraping, or can we monitor the database condition?
I got this error in `docker-compose up` step: ``` [dbsadmin@dbsscraper aquarium]$ docker-compose up ERROR: Couldn't connect to Docker daemon - you might need to run `docker-machine start default`. ``` I've...
Hi, I know there is a feature to resume Scrapy job, but it turns out, if I force close the spider by clicking Ctrl+C twice, it fails to resume. To...
It should be hidden in the beginning, but after applying `ng-ckeditor`, it's like there is no `ng-show` at all
Is it possible to execute some code before retrying? For example: ``` try: return function(base_db, sql_string, sql_vars, debug_sql) except (AttributeError, MySQLdb.OperationalError): base_db.__init__() return self.retry_db_errors(function(base_db, sql_string, sql_vars, debug_sql)) ```
I use measurable for how many minutes should I spent on certain work each week. I have fulfilled it on Monday, but it is not gone on Hide Completed mode....