Balthasar

Results 13 issues of Balthasar

Was just running `get_all_comments()` for [this video](https://www.youtube.com/watch?v=xwvk_yKjmdI) which has received comments. For some reason however, the request fails. Any ideas on why this might happen? ```r get_all_comments("xwvk_yKjmdI") Error in if...

Running `get_all_comments()` on videos that have received no comments throws this somewhat uninformative error: ```r get_all_comments("0ZyfSKT2ARk") Error in `$

Currently, not all query input is accepted — probably due to how the query is formed (on the website, Umlaute [are accepted](https://nominatim.openstreetmap.org/search.php?q=Zürich&polygon_geojson=1&viewbox=). You need to replace umlaute to their equivalents...

Fixes #2 which was previously closed but not working as intended (as `_` was missing for `number_sections`).

temporary fix of #22. I am equally confused as the other users with regard to how to successfully set the environmental variable `EDGARWEBR_USER_AGENT` — for some reason I was unsuccessful...

Hi there! I wanted to ask if there is a way for NAs not to occur in the output of the `md_`-functions, similar to the `na.rm = TRUE` option in...

idea

I cannot get `list_teams()` to work — I get an internal server error. Any idas on how to resolve this? Thanks in advance! ``` r library(Microsoft365R) list_teams() #> Loading Microsoft...

## Prework * [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/) and [contributing guidelines](https://github.com/rich-iannone/pointblank/blob/main/.github/CONTRIBUTING.md). * [x] If there is [already a relevant issue](https://github.com/rich-iannone/pointblank/issues), whether open or closed, comment on...

Type: ☹︎ Bug

Specifying a `ref` is not possible for in `install_gitlab()`, even though the underlying functions do support it. Have done a fork with a first version at https://github.com/balthasars/remotes and am happy...

Hi there! Thanks so much for the cool package, it works great for packages! I ran into some issues with getting `itdepends::dep_usage_proj()` to work for projects, I generally don't get...

bug