Todd West
Todd West
Thanks for the quick response. Sorry, that was a careless copy/paste on my part as I'd meant to put `hjust = 0` in the reprex. The side by side `hjust...
Thanks for the hints! There are some interesting possibilities here accessible by controlling how far labels move with `box.padding` and `max.iter` and using `nudge_x` to compensate for the leftward drift...
+1 for switch in the guide. From what I've tried, the current behavior here is ggplot silently overrides `legend.key.height` or the y component `legend.key.size` if either theme requests a fill...
> I think there is a use-case for the spacing for the keys (the text margins maybe less so). 100% agree. So far as I know, `byrow = TRUE` is...
+1 for this. The present lack of documentation makes `col_select` rather harder to use than it needs to be. I checked and couldn't find examples in this repo and searching...
I noticed some additional issues which seem suitable for consideration here. This bit of `getSamples()` fires once for each chain, regardless of whether numSamples is an integer multiple of the...
You're welcome, Florian. Good to know this was helpful.
If this gets a deeper look, I'd like to suggest consideration of exposing operation progress. For example, both initial access to ExcelPackage.Workbook.Worksheets and calls to ExcelPackage.Save() are potentially long running...
We're IProgress based, though the nature of C# generics potentially makes use of the interface complex as callers may need to derive whatever base T might be provided with EPPlus....
Hi @MarcusKlik, similar to @statquant I'm considering generating fst files directly, just from .NET rather than C++. Am I correct in thinking fstlib/tree/**master**/lib/fst/interface would be the interface to wrap (_e.g._...