Justin Landis

Results 13 issues of Justin Landis

When attempting to change the axis position with `guide_axis` it seems that the title is not correctly pulled unless manually specified. ``` r library(ggplot2) p

bug
guides :straight_ruler:

As the title says, it seems that geom_bar does not interact with scale_fill_binned. I'm assuming this is because the fill aesthetic is ignored if a continuous variable is passed. I'm...

bug
scales :snake:

## The Feature Request Simply return `NULL` from the Positional Scales ggproto `$map` methods if the `x` has a length of 0 (i.e. no data from the layer is associated...

### Please describe your feature request Lets assume you have set the systems `R_BOX_PATH` environment variable to something like `/opt/box`. It would be convenient to take advantage of the `__init__.r`...

✨ new feature

Small edits that make feature request in #307 possible. First, `find_mod.box$pkg_spec` will try and search for the package eagerly to see if it exists. Otherwise it assumes it is really...

### Please describe your feature request To allow for the default box path, retrieved by `Sys.getenv("R_BOX_PATH")` or `getOptions("box.path")`, to be prepended with additional paths. Syntax may look something like push_path

✨ new feature

``` r library(ggplot2) library(gganimate) ``` I think there may be an issue arising from `vctrs` but I am unsure of the extent. Here is a reprex in which we are...

I have an [R package](https://github.com/jtlandis/ggside) that is consistently failing GHA for Linux r: devel. I was trying to follow `ggplot2`'s github actions workflow yaml to skip tests based on the...

Hello, Great extension for quarto! I noticed that it only prints to the console, so I looked into adding shortcodes to the project. Much of the explanation was included into...

### Check for existing issues - [X] Completed ### Describe the feature Hello Zed devs! I'm loving my experience with Zed so far! I was wondering how we would implement...

enhancement
triage
admin read