Stephen Synchronicity

Results 48 issues of Stephen Synchronicity

### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Description It's often necessary to dynamically render values in the UI: `tags$div(glue::glue("Your model has {accuracy} accuracy"))` With...

Hi @gaborcsardi, [Github now recommends and defaults to ed25519 encryption when generating SSH keys](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent). Currently `secret` only supports rsa encryption. Are there plans to support ed25519 encryption and decryption?

feature

A PR that will add ed25519 encryption support.

Hi @cpsievert & crosstalk devs, I've recently just realized that the `selection` is not updated properly when the data only has a single row. A reprex is below: ``` #...

This PR is a relatively substantial overhaul to the `cicerone` package in order to create a more seamless experience of using the full feature set of driver.js with `cicerone`. This...

Hi @JohnCoene , Is there an input that monitors which step the guide is on or when it concludes to chain guides together? A full description of the issue is...

I recently updated `rlang` to v 0.4.11.9000 and am now encountering an error with `make_plans` and `make_catch_fn` that has to do with the function `catchr:::approx_arg_name` and how `expr_deparse` now deals...

Directory structure is as follows: ``` ├── main.json ├── objects.json └── test.json ``` _main.json_: ```JSON { "$schema": "http://json-schema.org/draft-04/schema#", "$id": "1.1.0", "title": "My Main Schema", "description": "reprex schema", "type": "object", "properties":...