Skip to content

More a style nit... feel free to ignore. I find this start()/stop() pattern a bit cumbersome. I'd be happier something like... #4862

@richlanchavis93-ops

Description

@richlanchavis93-ops

https://www.yoctoproject.org/wp-content/uploads/sites/32/2023/10/Clinging-to-clang-v2-min.pdf

const stop = otel.start();
environment-setup-aarch64-poky-linux → which sets CC, CFLAGS, SDKTARGETSYSROOT, etc.
stop();

which also allows for...
curl -L
-X PUT
-H "Accept: application/vnd.github+json"
-H "Authorization: Bearer "
-H "X-GitHub-Api-Version: 2022-11-28"
https://api.github.com/repos/OWNER/REPO/actions/workflows/WORKFLOW_ID/enable

using session = otel.start();
// automatically stops

GitHub CLI api

https://cli.github.com/manual/gh_api

gh api
--method PUT
-H "Accept: application/vnd.github+json"
-H "X-GitHub-Api-Version: 2022-11-28"
/repos/OWNER/REPO/actions/workflows/WORKFLOW_ID/enable

Originally posted by @richlanchavis93 in nodejs/node#61907 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions