Shorn
Shorn
I have a similar issue. Typescript compiler by itself compiles correctly, but the webpack will give an error "Module not found: Error: Can't resolve ". So I tried to fix...
Just wanted to post an alternate requirement for multiple entry-points that isn't the normal "User" app and "Admin" app thing. Implementing "Silent Authentication" with an identity provider such as Auth0:...
Alternate implementation based off of the wrapper that uses the `client_secret` to sign the JWT instead of a certificate: https://github.com/shorn/zinc/blob/main/aws-infra/lambda/doc/cognito-github.md
Same problem. I was using this plugin in a different project and it was working fine, then ported the code across to my current project and it started failing. Noticed...
@literalice Yep - that works for me. Two things for any one else trying to use this fix: I use the plugin in my actual gradle buildscript itself, so "compile"...
Sharing a use-case: I've been given a task to create an integration process that reads/updates an "integration table" in a database/schema we do not own. The table structure will be...
I use docker to run openapi (because of issues with `$ref` relative references on Windows). Is there a dockerhub tag that corresponds to `master`? I tried with `latest` and it...
``` latest: Pulling from openapitools/openapi-generator-cli Digest: sha256:6dff63bc9c685844906147c57880b022bdd5855a5d006b17bfdaeda8f81dc6bd Status: Image is up to date for openapitools/openapi-generator-cli:latest docker.io/openapitools/openapi-generator-cli:latest ``` Run on 2024-05-07, `version` reports `7.6.0-SNAPSHOT`. Still generates two duplicate `Vegetable` types, each...
I have this problem because of the following code: ``` // "args" has to be set at exec time, because the schema files won't // have been generated at config...