Carl Suster

Results 15 comments of Carl Suster

This is an issue with the Debian package [Debian#1010834](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010834) which adds the integration with `vim-addon-manager` (which itself is a Debian-specific thing).

There's a typo in the title/description: ruemel -> ruamel

Thanks for looking into this. Stepping back a little bit, I wonder how valuable it really is to duplicate the confusing C API here. If you ask "does this vector...

Ah, I see. There are 2 distinct uses for `*_NO_NA` in the R codebase: 1. Decide whether a specialised algorithm can be used for performance gain ([example](https://github.com/wch/r-source/blob/6b22b60126646714e0f25143ac679240be251dbe/src/main/sort.c#L446) alongside `*_IS_SORTED`). In...

I'm also interested in this - it doesn't really make sense to hide the title bar on a secondary monitor without a gnome top bar. The only way I can...

I discovered that the NEWS-parsing machinery in `tools` skips entries were the version string is malformed according to `.standard_regexps()$valid_package_version`. In particular, the de facto standard first entry of `packagename (development...

It would be nice to also support a globe inset for context as in https://riatelab.github.io/mapsf/reference/mf_inset_on.html which uses this code https://gist.github.com/fzenoni/ef23faf6d1ada5e4a91c9ef23b0ba2c1 and `rnaturalearth` for data.

I encountered an issue with the way parameters are determined, specifically the heuristic that they are taken from the formal arguments of `draw_panel` _unless_ these contain `...` in which `draw_group`...

Thanks for the report! This is indeed an insidious bug since it silently causes duplicate data to be displayed. Your observation about the inset being relevant turns out to be...

Thanks for the detailed reply. After posting I experimented in an extension and discovered the hitch about the ranges being recomputed that you mentioned. It seems that it kind of...