Pascal Gulikers

Results 7 issues of Pascal Gulikers

Building the sf package on RHEL7 fails due to this change, PR: https://github.com/r-spatial/sf/pull/1702/files. I made a new PR which resolves the issue: https://github.com/r-spatial/sf/pull/1712 ``` * installing *source* package ‘sf’ ......

When installing a private Github release, pkg_install hangs. Can only abort with sigterm `pak::pkg_install("My-company/my-private-repo@*release", upgrade = TRUE)` While this works: `remotes::install_github("My-company/my-private-repo@*release", upgrade = "always")` ![image](https://user-images.githubusercontent.com/29402242/167250070-e22c2e12-34ae-43f0-a74d-b3df4b0ee30b.png)

bug

### 🔖 Feature description For the publish:gitlab action, some additional options were provided based on https://github.com/backstage/backstage/issues/19958 See: https://github.com/backstage/backstage/pull/19959/files and https://github.com/backstage/backstage/blob/815d7986337c376d835795c4577d77ff14372d0d/plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/gitlab.ts#L59 Could the same be implemented for the publish:github action as...

enhancement
help wanted
area:scaffolder

**Is your feature request related to a problem? Please describe.** Due to PR https://github.com/aws-actions/amazon-ecr-login/pull/492, the workflow shows a warning that docker credentials are not masked. But in the case the...

feature-request

**Is your feature request related to a problem? Please describe.** We're having a reusable workflow in which we're pulling a base image from ECR from multiple AWS accounts. Passing the...

feature-request

Hello, I'm trying to upload an R package, but I'm not succesful. Is this even supported? Run sonatype-nexus-community/nexus-repo-github-action@master with: serverUrl: https://nexus.host/ username: *** password: *** format: r repository: r-source coordinates:...

Since version 0.2-10 there are some issues with datatype conversion from SAP HANA tables. High precision 0 values return as character 0E-8 instead of double 0.0000000 RJDBC 0.2-08: ![image](https://user-images.githubusercontent.com/29402242/165813793-bb4ec839-acf3-46a6-a702-ae0d9d440ea4.png) RJDBC...