Skip to content

Here's what's popular on GitHub today...

Trending repository

davorpa
davorpa commented Apr 12, 2022

What does this PR do?

Improve repo

For resources

Description

Added a small definition about programming/coding playgrounds for making it understandable to beginners

Why is this valuable (or not)?

Copy the definition merged in #6822 into the rest of CONTRIBUTING files, opening a 3 weeks window to translate it by our comunity

Checklist:

  • Read our [contribu
good first issue help wanted 🗣 translations 🗣 locale:es
Emacs logo

Popular topic

Emacs is an extensible, customizable, free text editor and computing environment.
Git Merge 2022

Upcoming event recommended by GitHub

Sep
14

Git Merge 2022

September 14, 2022 - September 15, 2022 • Chicago, IL

Git Merge is a two-day conference dedicated to Git—and the people who use it every day. The Call for Speakers is open now!

App recommended by GitHub

CircleCI

About CircleCI

The world’s best software teams deliver quality code, confidently, with CircleCI.

Get started in no time

CircleCI’s free plan offers more build minutes than any free plan out there. Up to 6,000 build minutes/month and 30 jobs at a time.

Most customizable environments of any CI/CD provider

Widest choice to customize operating systems, CPUs, GPUs, memory and images for each job. Build for Docker, Windows, Linux, Arm and macOS or build on your own compute with runners.

Trending repository

renovate

Trending repository

zharinov
zharinov commented May 10, 2022

Describe the proposed change(s).

It seems to be available starting from Node v17. See also:
https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

type:refactor good first issue status:requirements priority-5-triage

Trending repository

Trending repository

axic
axic commented Jun 28, 2022

Whiskers' regex looks for <..> as opposed to tokenizing the input, so it is not able to detect truncated/mistyped input.

For example it can't detect that <!b is not terminated in<?b> X <!b Y </b>.

With some heuristics it could be improved: match for <?, <! and </ and only allow identifiers which are terminated with >, otherwise it is invalid.

_Originally posted by @axic in h

Trending repository

App recommended by GitHub

Datree

The Datree app allows engineering teams to automatically identify errors in newly committed YAML configs, including k8s manifests, and prevent these misconfigurations from reaching production.

On app installation, a new PR is created for each connected repository with a workflow for YAML (schema) validation. If one of the scanned (yaml) files happens to be a K8s manifest file, Datree will also run a K8s schema validation and a policy check for preventing K8s misconfigurations.