Santiago Casanova

Results 11 issues of Santiago Casanova

I don't know if this is an issue with the way shiny apps work or if it's the package but when applying sticky style as described in the example section,...

When utilizing the autocomplete function I'd like to suggest that once the user goes to change the selection, the previous text is selected for easy erase with a single backspace...

Framework7

Using `secure_app()` whilst having a `shinyManager::f7smartSelect()` element in the UI causes a lot of issues on the way it's displayed and it functions. I have briefly browsed both source codes...

I'm using a shiny implementation for a progress bar but the background color doesn't match my app background. It would be useful to be able to change that. Thanks

Is the action to update pkgdown working? I'm not sure how it works but it seems it's still on 1.3. Could you direct me to the right place @pbulsink

As we move towards more functionality for users we can also allow more than one driver using `.pick_drivers()` instead of `.pick_driver()` (https://docs.fastf1.dev/core.html#fastf1.core.Laps.pick_drivers). I'm still trying to figure out `.pick_lap()` to...

enhancement

Speaking to some users this seems to be a big deal and having an in-package function that properly joins data (telemetry with session laps for example) would be very useful.

enhancement
help wanted

There seems to be a mistake with the moneyline (and possibly other markets) in 2015_20_ARI_CAR, 2015_18_PIT_CIN, and 2012_10_TEN_MIA reprex: ``` r library(magrittr) readRDS('~/Downloads/nfl_lines_odds.rds') %>% dplyr::filter( game_id %in% c('2015_20_ARI_CAR', '2015_18_PIT_CIN', '2012_10_TEN_MIA')...

When using the `bargroupgap` argument, there is a warning printed to the console: > Warning: 'layout' objects don't have these attributes: 'bargroupgap' However, the property is properly applied to the...

When using the `bargroupgap` argument, the following waring is thrown: > Warning message: > 'layout' objects don't have these attributes: 'bargroupgap' > Valid attributes include: ... However the attribute clearly...