Carr.z.w

Results 10 comments of Carr.z.w

It did split in the **ch1-q1.spec.js**: ``` [ 'abcdefghi', 'jklpoiuqwerzxcvmnsadf', '1234567890', 'AaBbCcDdeFg1234567890(*&^%$#@!)' ].forEach(arg => { it(`returns true for unique string: '${arg}'`, function() { expect(func(arg.split(''))).to.be.true; }); }); ``` In fact in...

Hi @bryzgaloff, Sry that I haven't merged the fix commit because it didn't really solve the root problem. The first thought that comes out of my mind is trying it...

@bryzgaloff, thanks for your feedback! Seems the well integration with docker is worthy to be done, I'll try it asap. If you are willing to share your dockerfile or related...

@bryzgaloff, just for your information, I look into the [Dockerfile of justinribeiro/lighthouse](https://github.com/justinribeiro/dockerfiles/blob/master/lighthouse/Dockerfile), you can see that it downloads a Chorme Application for Linux directly: https://github.com/justinribeiro/dockerfiles/blob/8e60d235551a04b2095d41509d88668850ebccfa/lighthouse/Dockerfile#L28-L38 Like I said before, the...

@bryzgaloff, thank you so much for the try! I am sorry that it took your time but didn't help you. I'll make this tool work with docker asap. Again, thanks...

@tidianelyahmed , could you provide your code and input URLs 😃? Let's see what can we find!

Hi~ @tidianelyahmed, I tested it at my local then I got the same error messages from URLs below. I collected them and tested them separately, but it ends up having...

@tidianelyahmed, sorry that I don't really get it, so do you mean after you get rid all of PDF URLs, then you put 1000 URLs in the input.csv, but only...

Thanks, @tidianelyahmed! Sorry that I don't have a GCP environment. If you find out any clue, please update more info here!

You're right ! We would merge your code !