Dallan Quass
Dallan Quass
I'd like to use colly to crawl around 100,000 domains and I want to make sure I don't hit any domain too frequently. I've thought about several options and I'm...
If colly is crawling a lot of different websites, the robots.txt map can get to be quite large. How would you feel about a PR to use an LRU cache...
If you change the form of the line number comments in the generated css file from /\* line , */ to @media -sass-debug-info{filename{font-family:file:}line{font-family:\0}} then the line numbers will show up...
currently the response.cacheFor is set to "1hr" in prod mode. Could this be set instead to the value of http.cacheControl?
Every once in awhile, getPalette returns null, which causes palette[0] to throw an error. ColorThief.prototype.getColor = function(sourceImage, quality) { var palette = this.getPalette(sourceImage, 5, quality); var dominantColor = palette[0]; return...
This is a feature request, but I'm not sure how to label it as such. I use juicer to compress css files in a src directory and write the compressed...
I've been using fresh for several years and it's worked perfectly (thank you)! However, I recently encouraged co-workers to use it and their fresh installs leave the runner-build process running...
I had some problems running on AWS EMR with the default mrjob.conf. In case anyone else is running into similar issues, I found that I needed to make two minor...
What license are you releasing this under?