Etienne Bacher

Results 284 comments of Etienne Bacher

> In the case of R packages, it is the static libraries, not the dynamic libraries, that are built by rustc. Dynamic libraries are built by R. > > We...

Thanks for the info! There's an issue in `polars` repo about using radix but there's no concrete decision made yet: https://github.com/pola-rs/polars/issues/10077

Thanks! `r-polars` is "just" a wrapper around rust-polars so I don't think we'll implement this directly here. That could be helpful for the rust-polars devs though

The problem is that the search index is based on the md files, not the HTML ones: in the md file, `pl_sum_horizontal` exists, but not simply `sum_horizontal`. In addition to...

That is something to fix in `altdoc` anyway because the search index is built when we run `render_docs()`. Edit: not sure of that actually, the problem is that the "Usage"...

This is annoying, the website loses half of its interest if search is impossible (or only with the trick of searching for e.g "DataFrame_"). To summarize the comments above, the...

I had started working on this but I don't think the search was better in the end. My progress is here: https://github.com/pola-rs/r-polars/tree/rework-docs-workflow I'll explore more, but we might have to...

I'm not convinced it's worth moving to Quarto. I can try to make a small demo when I have time, but from what I can see on the [`marginaleffects` website](https://marginaleffects.com/)...

> If we can use these, the website will look much better. > https://squidfunk.github.io/mkdocs-material/reference/ I don't see obvious features that would make the website better, but if you list some...

@eitsupi FYI I'm quite happy with the recent improvements from #925 so I'm not actively looking into this issue anymore