Francois

Results 28 comments of Francois

I got the exact same error locally. My flow/spec had this: ``` visit Categories::Show.with(category_id: @category.id), as: @user click "@delete-category" accept_alert should have_current_path(Categories::Index) ``` Add added a sleep to get it...

Hey @hlascelles do you think the approach @stefannibrasil suggested could work for you? If so would it be okay if we close this issue?

> ```ruby > yiq_threshold = 128 > > # TODO: This doesn't account for 3 character hex codes. > red, green, blue = hex.scan(/../).map{ |c| c.to_i(16) } > > yiq...

Hey @Zeragamba and @nickjj I have pushed some updates to address your feedback. Please let me know what you think or if you have concerns with the implementation. Thank you!

Came here after seeing your youtube video @thdaraujo and @stefannibrasil 🚀

I am wondering why we need to add config - if we already have a `safe_email` method? And can we not also add a safe_url method. From my perspective it...

Oh I got it @Zeragamba, what if we did it the other way around though. Instead we remove `safe_email` and return safe email addresses with `email` and then `real_world_email` would...

Oh yes, I like the idea of passing an override in. So I'd vote for: `internet_safe: false` to turn safe emails off.

@stefannibrasil thanks for the clear explanation. I agree with what you said. And I think the solution will make faker easier to maintain too.

Steps to replicate this issue: 1. Start with a fresh ubuntu 16.04 (I used [multipass](https://multipass.run/) to create the VM) 2. Install ruby `sudo apt install ruby` 3. Install rainbow `sudo...