savi2w
savi2w
Complementing #215 Putting this here so it doesn't get lost Having nested class for each error like this is pretty un-idiomatic in python. I'm not sure how to expose our...
In [https://github.com/esy/github-action/pull/6](https://github.com/esy/github-action/pull/6) we get support for manifest files. However, this change is not present in `v1`, which is recommended in `README.md` by default I see two options to fix the...
## How to reproduce - Create any asset in Contentful without a description ```golang asset, err := CMAClient.Assets.Get(YOUR_SPACE_ID, YOUR_ASSET_ID) ``` - Should throw because [https://github.com/contentful-labs/contentful-go/blob/master/asset.go#L112](https://github.com/contentful-labs/contentful-go/blob/master/asset.go#L112) is trying to cast `null`...