Michael Chow
Michael Chow
@rich-iannone I think this is ready if you don't mind reviewing! I didn't look in-depth at the documentation / try it, just tweaked the code
My understanding is that plotnine acts on two pieces of order information for categoricals/enums: 1. **level ordering**: used to decide display order. * E.g. order of labels in a legend...
Alright -- per @ritchie46 's suggestion, I prototyped using Enum (and called the prototype library [catfact](https://github.com/machow/catfact)). However, I think Enum's dtype implementation x map_batches makes this impossible. The issue is...
In case anyone is running into this now--it looks like there is an undocumented `relativeSearch` setting. If you set it to true, then it will search from the folder you...
@rich-iannone I made a tiny doc tweak -- if this looks okay, I yield the merge button to you!
@rich-iannone is going to circle around with this a bit fleshed out, but we paired on having an intermediate representation inside this function, to make it easier to communicate how...
If it's okay -- I can pick this up and try to do the reverse piece. Rich walked me through the R gt tests a bit, and I think we...
I ran into an issue in https://github.com/machow/quartodoc, where I had to switch from panflute to a pure lua filter, due to a quarto release breaking compatibility (or something similar). @cscheid...