Lionel Henry

Results 172 issues of Lionel Henry

Branched from #366. - Revive the `grace` argument in the `kill()` method. We now first send a `SIGTERM`, wait for a grace period, and only then `SIGKILL` - To avoid...

This makes the SIGTERM handler safer because `system()` is not safe to call from a signal handler (see https://sourceware.org/bugzilla/show_bug.cgi?id=4737). To avoid doing too much work in the handler, we prepare...

Would it make sense to add a buffer-local option (or a minor mode variant) to only linkify within comments? I'd like to use `org-link-minor-mode` inside source files, but the linkification...

Hello, Is there an easy way to use lentic with Markdown files and, say, R code chunks? I had a look at `lentic-org.el` and it is intimidating. It suggests that...

Would it be possible in principle for Lentic to support a documentation-free tangling transformation? That is, a transformation where all documentation is omitted in the buffer with code chunks, possibly...

For: - https://github.com/r-lib/tidyselect/pull/326 - https://github.com/r-lib/tidyselect/commit/1822141ae972ee23a2f307855583f9728bac3a8e

I'm seeing this report in CRAN checks: ``` Package: scCustomize Check: whether package can be installed New result: WARNING Found the following significant warnings: Warning: replacing previous import ‘Seurat::%||%’ by...

These will likely be removed from rlang. It would be great to remove them from lenses the next time you update it. Thanks! - `coerce_type()` - `friendly_type()` - `splice()`

For example, a suffix function:: ```r vec_common_suffix

Following https://github.com/lionel-/recode/blob/master/R/recode.R Specify the mapping of values with a tibble of `.new` and `.old` columns (here created with `keys()`, not sure about this helper). The `new` column of keys acts...