Tymoteusz Makowski
Tymoteusz Makowski
### Steps to reproduce 1. Create custom message handler: ```js Shiny.addCustomMessageHandler('asdf', (message) => { console.log('Hello world!'); }); ``` 2. Run `rhino::lint_js()` ### Bug description `lint_js` returns `no-unused-vars` lint error. To...
### Changes Closes #530 This script provides a function for building a pkgdown site with multiple versions. Versions are defined by: - ref - a git ref to build. In...
**Before filing a bug** - [x] I have installed the latest dev version of {precommit} with `remotes::install_github('lorenzwalthert/precommit')` - [x] I have installed the latest hook revisions (update with `precommit::autoupdate()`) -...
I was working on another thing and didn't want to figure out what checks to run, so... I configured pre-commit 😁 ## Description This PR adds [pre-commit](https://pre-commit.com) config. pre-commit introduces...
Issue #60 ## Description Prior to this change a singular value wasn't serialized as an array. This lead to JS errors when trying to set options. ## Definition of Done...
### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Project Version _No response_ ### Platform and OS Version _No response_ ### Existing Issues _No response_ ###...
I have stumbled upon {box.linters} failing to run its checks as it relies on loading relative paths. Specifying a root directory with the newly-added `--root` flag solves this. Edit: I...
When I force pushed via the Git panel and noticed that `git push --force` command got logged at the bottom. I wanted to add an option to use `--force-with-lease` instead....
I just set up regreet with greetd and Hyprland on NixOS and noticed that if I use a `.webp` image as the background the background doesn't show at all. I...
This patch implements vertical (Y-axis) error bars support for both bar and line charts. The error bars can be added by providing the `error_y_lower` and/or `error_y_upper` arguments to the `ms_barchart`...