Lasse Jørgensen

Results 175 comments of Lasse Jørgensen

I didn't see that. The only issue I can see is the ShareAlike stipulation. > ShareAlike — If you remix, transform, or build upon the material, you must distribute your...

Isn't the second test failing? Or are you saying replace the first and second tests with the third? Using a regex is always an option. I would prefer not using...

@Aksshay88 There is already a PR in progress. We typically do not assign issues. Instead, we accept the first pull request that comprehensively solves the issue. Issues labeled with `help...

As long as it checks for at least one space and properly formatted HTML passes the tests I'm good with it. I don't think checking for an exact amount of...

I just noticed that when writing this one step at a time and not having written the text in the second span element yet, the text test for the first...

You can do a rebase and push but it shouldn't be needed. The final merge should not have any conflicts as long as we are not touching the same parts...

That would work better. It does have the potential of being interpreted as an HTML tag. But in the context of what the challenge is asking for that shouldn't be...

I think it is fine to have the hint as you wrote it. But if you or anyone else thinks it would be better with a placeholder as you suggested...

Is there a reason for not just combining the two as they are on the original page? https://www.theodinproject.com/lessons/foundations-elements-and-tags I don't think having two questions on the same step should be...

The solution code does pass. But if you add the final test directly in the editor you can also see it is triggering the infinite loop protection. Not sure why...