Rex Schrader

Results 28 comments of Rex Schrader

I'm not where where it should be taught. It should be taught the way it is currently intended to be used: for inline elements that need text to flow around...

I'm less concerned about the specific markup and more concerned that we use the proper tool for the job. Flexbox has the advantage of not requiring "magic numbers" in the...

Related: You also get a scrollbar on the whole page, which is confusing and probably wrong. ![image](https://user-images.githubusercontent.com/553494/178038719-9e42b3d1-84a6-4f31-b80d-ae0175ead4b8.png)

The other day I was searching for a specific challenge and I got a ton of forum responses. I clicked through and was deeply annoyed that there was no button...

Step 1: Enumerate challenges in the super block. It's there code that already does this? Step 2: Build find a filter for the completed timestamps? I mean, maybe not easy.

> I wonder how expensive this would be on the DB? Since it's a rare occasion (max a few per week), I don't think that would be a significant consideration....

@moT01 There are two considerations: 1) Being able to progress from challenge to challenge in order 2) Keeping track of where they currently are in the challenges Imagine that you...

One thing that might be helpful to include in such a course might be a "Learning to program is hard" type of setup. We see a lot of questions on...

We agree. If you can come up with a Regex that does that, we'd love to see it. It's a non-trivial problem.

@noncentz That works great for multiline code (```). Great work. What about inline code? > `thanks`