Results 10 issues of vanhry

Hello everyone! I'm trying to use this extension for work with my R code. But I have a problem with large files. As soon as I open quite large R...

bug

Hello everyone! Just want to ask whether it possible to include [osmbuildings](https://osmbuildings.org/) functionality in leaflet? Maybe someone has at least included it using the raw js? I just need to...

Hello! Is it possible to add hide/show functionality for the leaflet `layerId`? I know that it's possible to implement this functionality with `hideGroup` and `showGroup`, but I use `hideGroup` and...

When I query osm data, I want to receive the timestamp, when some object was added or changed, is it possible to include this data? There is my query: ```...

Hi, I'm a little bit confused of usage of your library. How to add text between synchronized slickR objects? (Or is any way to synchronize sliders from slickROutput?) Can I...

Hello everyone! I get error `Commands out of sync; you can't run this command now [2014]` after first call of Stored Procedure. You can find example of my code [here](https://github.com/rstudio/pool/issues/134#issue-1303654909)...

bug
help wanted

Hello everyone! I want to replicate **python** example of receiving both access and refresh tokens, like here **(Python)** ```python token_response = oauth2_session.fetch_token(TOKEN_GRANT_URL, code=AUTHORIZATION_CODE, client_secret=CLIENT_SECRET) ``` How could I do it...

I want to create safe db connection using `with_db_connection`, there is the logic of my code ``` library(withr) library(RMySQL) connect

Hello! I've used your library before and it works great, now I am using another broker, and I'm receiving this error `Error in .svr$loop(timeout, max_packets) : Evaluation error: argument "qos_count"...

Hi! Can I use **app-in-compose** with Keycloak, I am concerned if it would be possible, because users use the same application, and will it be possible to identify users with...