James R Swift
James R Swift
### Description ```#lorem(n)``` currently yields n words of the lorem ipsum blind text as a single paragraph. True text is separated into paragraphs, and presently the only way to reflect...
As per title, num-range would be an excellent addition
As per title, functions defined by currying are treated as variables rather than functions. Perhaps, could Tidy check if a variable is set using `.with()`, and import the documentation (if...
Made most of the changes requested in the code review. There's still some more work to be done most likely, but it got a bit tricky seeing what each message...
Introducing a new plot.add-* function: lines of best fit. Currently only supports linear regression, but code is in a nice state to easily add more
https://github.com/citation-style-language/styles/blob/6dd5144f52bac3c1588d52505cafc14667b23579/royal-society-of-chemistry.csl#L162-L166 Groups are not appropriately separated. Suggest: ``` ```
https://github.com/sahasatvik/typst-theorems/blob/5775ea03601a9212d143569e3bba80ebe5422b17/theorems.typ#L109
Unhelpful/misleading error when mistakenly using `=` instead of `=>` for nested function definitions
### Description When defining a generator functions (i.e., a function which returns a function) with a syntax error (missing `>` preceding inner function's body, see example), the compiler error does...
When implementing logarithmic plots, and then when implementing polar plots, I ran into the challenge that the axis style has no control over how the data is plotted. This make...
An in-progress implementation for area charts. I'm not happy with the shape of the API (trying to figure out whether people will want to group points by series or by...