The Wayback Machine - https://web.archive.org/web/20200714082918/https://github.com/topics/yaml
Skip to content
#

YAML

yaml logo

YAML is a human friendly data serialization standard for all programming languages. YAML is a recursive acronym which stands for "YAML Ain't Markup Language". It is commonly used for configurations.

Here are 2,389 public repositories matching this topic...

prettier
tmuxp
dvzrv
dvzrv commented Sep 27, 2018

The Pipfile lists many version pinned requirements.
IMHO requirements should ideally never be version pinned (only if really really required).
Please remove the version pinning, where not needed!
It's hard to do proper packaging with this (especially for distributions, that follow upstream closely, such as Arch Linux).

HerrmannHinz
HerrmannHinz commented Oct 24, 2019

maybe it is possible already but i can't get it to work, here is my idea:

i have an cluster.yaml:

apiVersion: kops.k8s.io/v1alpha2
kind: Cluster
metadata:
  creationTimestamp: "2019-09-11T07:24:11Z"
  generation: 5
  name: cicd.dev.my-cluster.io
spec:
  api:
    loadBalancer:
      type: Internal
  authorization:
    rbac: {}
  channel: stable
  cloudLabels:
    kube
rpussente
rpussente commented Dec 2, 2016

If you try to deserialize a protobuf message without the corresponding schema you get a generic message error message:

[INFO] [record_query::proto_index] Proto descriptor cache is stale; recomputing
Missing input file.
thread 'main' panicked at 'protoc descriptor compilation failed', src/proto_index.rs:60
note: Run with `RUST_BACKTRACE=1` for a backtrace.

It would be nice to g

facundobatista
facundobatista commented Jun 11, 2019

The docs say "yaml.dump accepts the second optional argument, which must be an open text or binary file.".

However, this crashes:

>>> x = {'foo': ['bla', 'ble', 'qeote adals adadla;dla\n'], 'bar': 33, 'baz': {'asd': 123, 'qwe': 356}}
>>> with open("ej2.yaml", "wb") as fh:
...     yaml.dump(x, fh)

I'm using PyYaml 5.1.1 under Python 3.6.

donaldtone
donaldtone commented Mar 3, 2019

options.delimiters
Type: String
Default: ---

Open and close delimiters can be passed in as an array of strings.

Example:

// format delims as a string
matter.read('file.md', {delims: '~~~'});
// or an array (open/close)
matter.read('file.md', {delims: ['~~~', '~~~']});

the example is wrong.
it should use delimiters instead of delims.

like that:

Example:

/
Sudiptobanerjee123
Sudiptobanerjee123 commented Jan 20, 2020

pipenv install git+https://github.com/gunthercox/chatterbot-corpus.git#egg=chatterbot-corpus
really worked.Try it guys

ItRunning command git clone -q https://github.com/gunthercox/chatterbot-corpus.git 'C:\Users\user\AppData\Local\Temp\pip-install-2w96myp1\chatterbot-corpus'
ERROR: Error [WinError 2] The system cannot find the file specified while executing command git clone -q https://

Released May 11, 2001

Organization
yaml
Website
yaml.org
Wikipedia
Wikipedia
You can’t perform that action at this time.