Balthasar

Results 14 comments of Balthasar

> Thanks for this @balthasars --- I will take a look at this function later this week. As always, feel free to PR wherever you see a quick opportunity as...

Correct me if I'm wrong but to me it appears that `get_all_comments()` only implements the query to the `commentThreads` resource: https://developers.google.com/youtube/v3/docs/commentThreads The resource states > A `commentThread` resource contains information...

> @mirayoon I believe this is the proper way to set the environment variable > > Sys.setenv(EDGARWEBR_USER_AGENT = " yourcompanyname youremail") > > where yourcompanyname and youremail are specified by...

Sorry for only getting back to this now, everyone! So it appears that the install of my proposed fork doesn't work when installing it using `remotes::install_github()`: ``` r remotes::install_github("https://github.com/balthasars/edgarWebR", force...

This error appears to occur when accessing a resource without the appropriate permissions/license or a personal account (see f.e. [here](https://docs.microsoft.com/en-us/answers/questions/472598/500-response-from-endpoint.html)). Maybe the developers could consider more meaningful error messages when...

Okay, I didn't want to use pak for production given that it has an experimental badge, didn't realize remotes was on the way out. Can pak install from a self-hosted...

The function expects projects to be similarly structured as packages, otherwise it will not work: ``` > itdepends::dep_usage_proj function (path = ".") { files

Also thanks from me to @moodymudskipper for the maintenance and creating a useful implementation of something for which there is a dire need within the R. I believe it would...

@JanMarvin Your proposed solution looks exactly like what I was just looking for, it would be amazing if this could happen 🙂 When implementing this, a top-level input argument in...

Would be glad to do it! However having looked at it again I don't think I don't quite get `getstyle_ids()` yet – I stumbled upon it when I wanted to...