David Schowalter
David Schowalter
We are working with the 0.9.0-beta.v3 right now and it works very well in all of our contract cases. Thank you for suporting the V3 Specification. Do you think there...
Are there any Updates on the V3 merge?
I would also be interested in such a feature, why does git-crypt depend on a clean work dir anyway?
For me, this finally worked: ``` project.afterEvaluate { configurations["detekt"].resolutionStrategy.eachDependency { if (requested.group == "org.jetbrains.kotlin") { useVersion("1.8.21") } } } ```
Are there any updates here? I am having the same problem with a gitlab pipeline and dind
Okay, than the installation routine should be adapted: I installed it via: `curl -sL https://raw.githubusercontent.com/slimtoolkit/slim/master/scripts/install-slim.sh | bash - ` and in the script, the latest version is: `curl -sL https://api.github.com/repos/slimtoolkit/slim/releases...
I have the same issue with bitbucket: > Error: Internal Server Error at Request.callback (/snapshot/webhooks/node_modules/superagent/lib/node/index.js:706:15) at Stream. (/snapshot/webhooks/node_modules/superagent/lib/node/index.js:916:18) at Stream.emit (events.js:311:20) at Stream.EventEmitter.emit (domain.js:482:12) at Unzip. (/snapshot/webhooks/node_modules/superagent/lib/node/unzip.js:55:12) at Unzip.emit (events.js:323:22)...
I got it working by using the PR from here: https://github.com/probot/smee-client/pull/152 manually in the npm code.
Do you have any ideas how to fix that issue? Can I support somehow?
Thank you for your thoughts on this. Is there any possibility how to test the plugin locally in the IDE with the checked out code from this repository?