Seth Poulsen
Seth Poulsen
I've never contributed to a project on GitHub before, so I'm not sure how to do the "pull request" thing, but adding this to the .cpp (with a corresponding declaration...
I'm realizing, if I'm going to do Bigint % Bigint, then I might as well do Bigint / Bigint , because you basically have to do the division to get...
Ok, that sounds good. I'll need to use the multiplication and subtraction to do it (well, it will make it a lot easier). Are those stable right now?
another minor comment: it would be nice for the distractor feedback to be formatted more differently than the block content (maybe indented or something? I'm not sure what else, I'm...
Something very odd going on here, the green strip reaches the top of the block but the red strip _doesn't quite_, there's a little space: 
This is not necessarily a blocking issue, because it could be fixed in a later PR, but the way that the distractor feedback is being formatted is breaking LaTeX/MathJax layout:...
I just realized that having the `distractor-feedback` as a property means that you can't write arbitrary HTML inside it. Say for example you wanted to have some formatting inside the...
I second everything @nwalters512 says. This element is frequently used in such a way that the first HTML character is not the first visible character, for example when its used...
I've approved the CI/build so that when you push more code here it will automatically run the lint/build/test process.
@glherman I know you were working on something similar to this so it would be useful to have your opinion on things like what might work well or not as...