Patrick Schratz

Results 160 issues of Patrick Schratz

Since v0.12 now also with auth support and deb/rpm packages: https://github.com/cli/cli/releases/tag/v0.12.0.

Currently we don't push in tag builds: https://github.com/ropensci/tic/blob/1228a73142c62aef972ec444f7f65a8a7d6759af/R/steps-git.R#L251-L254 This does not play well with {fledge} and its automated release workflow since the run containing the release version (e.g. 0.3.0) is...

which scrapes its info from the DESCRIPTION file ```r renv::init();renv::install() ``` I found that when using only one library for all packages, sometimes dev versions of packages are installed which...

feature

Should be the same as #241 but with a more descriptive title. I am facing this issue locally since months - in addition, the GitHub Actions install failures cause headaches...

task

As already noted by the action taken in https://github.com/r-spatial/sf/commit/cc698f22f7fce70288b6efcaaef7f387cc204434 there is an issue when installing `sf` (and others, e.g. `terra`) from source on macOS currently (also backed by CI builds)....

First of all, the `leafgl` backend is really a game changer. Thanks for this, Tim! The reasoning behind the suggestion is that users might be surprised why rendering a large...

Even though there is `organize sim`, an undo option would be great (in case sth bad happened and changed tons of files). Probably not so easy - just a thought...

feature request

#### Summary The [MM helm chart](https://github.com/mattermost/mattermost-helm) requires the use of env vars for configuration. While there is only very spare information about how to construct the env var logic (and...

When in vim mode, is there any way to copy the code at hand? I tried selecting it and then yanking it but that did not work.