Pascal Zimmermann
Pascal Zimmermann
@ad-m I think it's not a bad idea to add the token permission to the documentation. What do you think ?
@ad-m I think we should add full repository and optional workflow access to the documentation. Should I prepare a PR?
Hi @yasirroni, if understand your question correctly, you wanna push inside an PR scenario in the fork, correct? You can try the following parameters: ```yml branch: '${{ github.event.pull_request.head.repo.default_branch }}' repository:...
> Is this a PR you plan to work on further? Looks like you were working on adding support for `acs_polardb`? @powersj Yes, that's correct and I'll add support for...
@powersj Is there the possibility to rebase and merge it? We want to consume the new functionality.
Hi @Pitastic, I think it would be best to merge the commit and change the commit title to `feat: Adding InfluxDB 1.8 support for database creation/deletion operations`. I think it...
I found a workaround to avoid the problem and installed `gcombat` beforehand in the build environment. After installing `glibc`, I removed the dependency from the build environment again and started...
> I'm trying to use this with aws-sam-cli. Anyone had progress with this? I'm facing the same issue with `posix_fallocate64: symbol not found`. Do you have a corresponding docker example?...
> @ZPascal Not really. Right now I'm just trying out with `docker run -it --rm alpine:3.19 /bin/sh`. > > ``` > apk add --no-cache gcompat > cd /tmp/ > wget...
> @ZPascal This isn't my type of expertise. I was able to run the `sam` cli using `pip install aws-sam-cli` but that is using python right and not as an...