Edy Silva

Results 65 comments of Edy Silva

Sounds good. Let me get more familiar with Gleam actors so I will have more insights to discuss with you.

It is in progress, I am following the suggestion made in an earlier PR

Sup @essen . Could please you share your thoughts? Thanks.

@essen could you look into this PR one more time when you get a chance? Thanks.

> @essen could you look into this PR one more time when you get a chance? Thanks. 👀

Integration tests will be added soon. I would like to get your thoughts first, @essen

I'm trying some stuff here https://github.com/geeksilva97/kaffy/pull/1

Hello, @mlarcher. I think if you do something like ```js const encodedUsername = encodeURIComponent('aïssa'); const { error } = Joi.string().uri().validate(`https://linkedin.com/in/${encodedUsername}`); console.log(error); // undefined ``` it might work. However, I also...