David Recuenco
David Recuenco
I was just trying to build caddy binary with a custom set of plugins, but got stuck with the `invalid import path ""` error. Looks like most of us are...
# What / Why Imported from https://github.com/npm/cli/issues/1333 Add a way to install local folder dependencies by first running `pack` script to trigger any build process required to generate distributable files...
### Version report - What Operating System are you using (both controller, and any agents involved in the problem)? ``` macOS Catalina 10.15.7 ``` ### Reproduction steps - Clone https://github.com/RecuencoJones/DebugSharedLibrary...
Hi @sanathkr! This project is awesome and I was looking forward to using it for some go packages like [gomplate](https://github.com/hairyhenderson/gomplate). I found it was not possible to use this package...
### Describe your idea/feature/enhancement There are APIs where more than one Authorizer may be used, for example an api key + Authorization header. In those cases `sam local start-api` fails...
## Problem Statement Adding support for `dataFrom[*].extract` to SDKMS / Fortanix provider ## Proposed Changes Implements `GetSecretMap()` ## Checklist - [x] I have read the [contribution guidelines](https://external-secrets.io/latest/contributing/process/#submitting-a-pull-request) - [x] All...
**Describe the bug** `Artifactory.server('artifactory-server-id')` throws `NullPointerException` if default deployer credentials are set to `- none -`. **To Reproduce** - From Jenkins configuration, go to JFrog section - Tick `Use the...
Currently we can add a default behavior which implicitly is attached to the S3 bucket origin ```typescript const dist = new CloudFrontToS3(this, 'my-distribution', { cloudFrontDistributionProps: { defaultBehavior: { allowedMethods: AllowedMethods.ALLOW_GET_HEAD_OPTIONS,...
**Describe the bug** A clear and concise description of what the bug is. We are currently using `msal[broker]` to develop some Blender plugins that integrate with our Azure SSO. When...