Results 12 issues of Kurt Bruns

The date entered in the markdown file for a lesson is one day different from the date displayed when browsing the lessons by date. ![Screen Shot 2022-07-11 at 3 20...

Occasionally, I'm still running into this issue when old branches are merged into main. While we are probably really close to being out of the woods, here are the steps...

On page load and when an accordion is opened, sometimes figures flash a different size before calculating their final size. See the attached, slowed down video when opening an accordion....

low priority

Solution: remove testing from website

This pull request: - Publishes the Cramer's Rule lesson for a final once-over

Feature: From Grant: "As a side note, I think we should edit the free response question to not have a textbox since it's hard to envision anyone literally typing for...

Firefox renders some of the SVGs in the Linear Algebra Series differently from Safari and Chrome, sometimes resulting in a rather poor output image. See as an example the lesson:...

If multiple commits are made to main in quick succession that have different assets, then the last one to finish is going to reflect the state the bucket is left...

In the automatically triggered "update-patrons" action we are getting the following warning: ``` Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-node@v1. ```...

**Describe the bug** The KaTeX command `\vec{v}` does not draw an arrow over the variable. **To Reproduce** Try the following in a `lesson.mdx` file: ``` $$ \vec{\mathbf{v}} $$ ``` **Notes**...