balacij
balacij
With #2831 and #2833, we have many more cache hits in ours logs and less needless Haddock building. The build times are faster because of these changes. Now, taking a...
It would be nice if we could figure out a way to ignore building the TeX and software artifacts if we can figure out if the related codes didn't change...
> Right now, the main thing that stands out to me is 'Analyze Drasil Code', which takes way longer than I expected. I wonder if it is inefficient. With #2838,...
That's an interesting issue. It looks like the "i" is a part of the symbol of `yVel`. If this is the case, when printing, would it be possible to pattern...
Are we unable to check for both cases? If there's a superscript after the 2, I imagine it should be rolled into the 2 assuming it was also a power...
That's really neat! Would this be a good new standard for sectioning code inside of modules?
I am using `\parbox{3cm}{\centering Something That Is Longer Than Expected}` to get multiline working, however, it doesn't render with the mathematical font. I get an error with a normal `\\`,...
Ah, do we just need to add that to our Actions workflow then?
Yep, `make deploy` is meant for local development. `scripts/deploy_wrapper.bash` and `make deploy_lite` together are a stripped down version of it, specifically intended for deploying the website. I _think_ this was...
QuantityDicts are involved because of two main areas: 1. we use QuantityDicts to bring in variables into expressions, and 2. we use them in QDefinitions, where we relate variables to...