Marco Gonzalez
Marco Gonzalez
Re-use `HttpResponseHandler` constant header names instead of duplicating these values. ## Motivation and Context Don't repeat yourself. ## Modifications - Re-use `HttpResponseHandler.X_AMZN_REQUEST_ID_HEADER` in `AwsXmlResponseTransformer` instead of duplicating this header name....
Implement the `retryable()` method in the `AwsServiceException` and `SdkServiceException` classes. ## Motivation and Context The SDK internally has a way to determine whether an exception is retryable based on the...
**Which version of Kotest are you using?** 5.3.2 --- According to the [data driven testing docs](https://kotest.io/docs/framework/datatesting/data-driven-testing.html#callbacks) (emphasis added by me): > If you wish to have before / after callbacks...
I'm trying to unzip a `.zip` file containing [chromedriver](https://chromedriver.chromium.org/downloads) using [[email protected]](https://www.npmjs.com/package/unzipper/v/0.10.14). When attempting to unzip `chromedriver_linux64.zip` downloaded from [here](https://chromedriver.storage.googleapis.com/index.html?path=111.0.5563.64/), the extraction succeeds, but the executable is corrupted: ```sh $ unzip...
WHAT? Improve the `sys` field type on content types so that they re-use the `Sys` type from the `contentful` module. WHY? The `Sys` type can change over time. For example,...
I would like to be able to update webhooks using the `contentful space import` command. Currently, the command only capable of creating webhooks, but fails when attempting to update them....
### Applies To - [x] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? **Steps to reproduce:** Create a `.env`...
WHAT? Improve the implementation of `getRichTextEntityLinks()` so that instead of receiving a `type?: string`, it receives `...type: (BLOCKS | INLINES | string)[]`. WHY? When specifying the `type` parameter. Most often...