Jake
Jake
I've run into some strange behaviour when converting values to strings that require rounding up. For example, see the code snippet below: ```go var b decimal.Big b.SetString("9.996208266660") fmt.Println(fmt.Sprintf("%.2f", &b)) //...
The various `styled` `img` components and inline `style` overriding was becoming a bit unwieldy, so this PR uses the same approach as in `community.js` to collect all providers into a...
Proposes adding Mash to the readme, wish offers both a [wallet](https://mash.com/consumer-experience/) and a [platform for monetizing online content and websites](https://mash.com/).
# Error Description The check for a `kind` of `'List'` in the `manifests(...)` function within `kubeyaml.py` (see [here](https://github.com/squaremo/kubeyaml/blob/1f64738ef6e3ea26058dc191bbcb441c2f61c828/kubeyaml.py#L116)) causes a `TypeError` to be thrown when a subdocument is missing the...