Get support for sagikazarmark/mypleasings

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

sagikazarmark/mypleasings

Pleasings

GitHub Workflow Status Please Version

Addons & build rules for Please.

⚠️ This repo is as experimental as it can be! Things may change or disappear without notice. ⚠️

Usage

Place the following in a BUILD file in your project (eg. in your project root):

github_repo(
    name = "pleasings2",
    repo = "sagikazarmark/mypleasings",
    revision = "master",
)

Then include include it where necessary. For example, use the following snippet to generate code from an OpenAPI specification:

subinclude("///pleasings2//openapi")

openapi_library(
    name = "openapi",
    spec = "openapi.yaml",
)

FAQ

Helm end2end tests are failing

If you receive an error like the following:

Fail: //test/kubernetes/charts/hello-world:e2e   0 passed   0 skipped   0 failed   1 errored Took 350ms
Error: TestFailed in e2e
Test failed
exit status 1
Standard output:
Error: Kubernetes cluster unreachable: Get "https://127.0.0.1:57414/version?timeout=32s": dial tcp 127.0.0.1:57414: connect: connection refused
Error: Kubernetes cluster unreachable: Get "https://127.0.0.1:57414/version?timeout=32s": dial tcp 127.0.0.1:57414: connect: connection refused

Chances are your KinD config has changed. Try rebuilding the kubeconfig:

./pleasew build --rebuild //test/kubernetes:kubeconfig

sha256sum rule doesn't work on MacOS

Install the GNU coreutils for the sha256sum binary:

brew install coreutils

Or configure a custom tool:

[buildconfig]
sha256sum-tool = //path/to/tools:sha256sum

License

The MIT License (MIT). Please see License File for more information.

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2