Oscar Dominguez
Oscar Dominguez
I was doing a follow up on my created issues and I come up with this one which has been inactive for a few days already. After checking commit history...
> Well, I'm not sure how I didn't get an email or something for your first issue. Yes, if there is some kind of way to automate it, that would...
I still don't see what could be the issue after playing with the code. I will keep checking it but if somebody has an idea on what could be the...
@Aisakk is this issue solved or still some pending research?
@wolfy1339 @G-Rath do you know what's the status of Jest support for ESModules? I see this issue is still open but a lot of work done already: https://github.com/facebook/jest/issues/10025
> See https://docs.github.com/en/actions/reference/environment-variables#default-environment-variables. Is it solved by this line or is there something else I'm missing? https://github.com/octokit/action.js/blob/24a544a612c98c85b51ee38d29ca34e638ef09f6/src/index.ts#L35
@timrogers @wolfy1339 before fixing the Regex I references in a code comment, I wanted to validate with you this solution proposal. What do you think?
> Here's a modified version of AJV's regex for email validation that works with the emails we have > > ```regexp > ^[a-z0-9!#$%&'*+/=?^_`{|}~\-\[\]]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~\-\[\]]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$ > ``` Could you guide me on...
I had to double escape some characters (due to JSON but the RegExp is not matching after escaping). Any clue on what I'm doing wrong @wolfy1339 ? --- Should we...
> > I had to double escape some characters (due to JSON but the RegExp is not matching after escaping). Any clue on what I'm doing wrong @wolfy1339 ? >...