Austin Gill

Results 59 issues of Austin Gill

* [ ] Consider removing `f` and `g` tokens * [ ] Consider forcing an `F` or a `G` token in the replacement

bug
tool
lsystem

- [ ] angle - [ ] step size - [ ] commandset - [ ] ???

tool
lsystem

https://heredragonsabound.blogspot.com/2020/02/creating-pencil-effect-in-svg.html

tool
general

See https://twitter.com/FogleBird/status/1349563985268531200 for a description of the problem, and https://twitter.com/joshmillard/status/1350121669650628615 for a description of a possible implementation. https://github.com/Notgnoshi/generative/tree/ag/fogleworms

tool
library
general

Closes #35. Closes #36. ![image](https://github.com/Open-Agriculture/AgIsoStack-rs/assets/8878460/442ab00e-da5e-4930-a150-1866ba400581)

This PR adds optional tracing instrumentation in the `ag_iso_stack::tracing` module to enable tracing, if the `tracing` feature is enabled. Otherwise, the macros provided by the `ag_iso_stack::tracing` module compile away. I...

enhancement

I don't have a way of testing this, so I have no idea how far off it is.

My preference is to use the approach outlined in https://github.com/mersinvald/aquamarine/issues/20 because then mermaid diagrams get rendered in markdown documents in _both_ GitHub _and_ the generated docs.

documentation
ci/cd

We can, and should, frequently upgrade the rust toolchain. However, there are often new lints added, which, combined with our `-Dwarnings` policy, cause the pipeline to fail.

ci/cd

Maybe something like ```sh shopt -s globstar for source in ./src/**/*.rs; do echo "Checking $source for copyright statement" should_exit="false" if ! head "$source" | grep "// Copyright 2023 Raven Industries...

ci/cd