Kirill M眉ller

Results 605 issues of Kirill M眉ller

In my use case, I don't care about symbols/debug info in the main executable, only for the shared libraries loaded during run time. Everything works fine on Linux x64, which...

- Ubuntu 16.04 and 18.04 - macOS (checks failing) - mingw32 and mingw64 (checks failing) If this PR is merged, the checks will look like https://github.com/krlmlr/libbacktrace/actions/runs/231224462 and will run for...

Looks like we can get the srcref from `sys.call()` ? ``` r a

``` r library(magrittr) piped % identity() %>% identity() %>% identity() } piped 馃憞 piped #> 馃挘 %>% #> 路 馃挘 identity #> 路 路 馃挘 identity #> 路 路 路...

Should `trim`, `promote`, `demote` and `hide` support regular expressions? How to distinguish regexes from length-one character vectors?

I'm having trouble creating a reprex for flow on my machine. I wonder if we can define an intermediate data structure (as a dm object or nested list) that contains...

We want to know that a formattable is actually "accounting" or "currency" after we have constructed it. This helps implementing `pillar_shaft()` methods for formattable. Are you on board with this?...

I would like to offer more options to format numbers in the tibble package. The `"formattable"` class looks like an excellent start. I have found the following functions, have I...

Attaching formatting to values is a very neat approach. Any thoughts on making this compatible with ggplot? Example: ``` data.frame(x=formattable::percent(1:10) / 100, y = 1:10) %>% ggplot(aes(x=x, y=y)) + geom_point()...