Michael Gauthier

Results 13 issues of Michael Gauthier

HTTP allows multiple variables in the URL with the same name and different values, i.e. `foo=bar&foo=baz` The OAuth1 spec states that for signature generation both name-value pairs need to be...

**Affected Projects** React **Library Version:** 3.x **Describe the bug** When you use a `` as a controlled component with `value` and `onValueChange` props the `componentDidUpdate` method calls `setValue` with `isDefaultValue=true`....

bug

**Affected Projects** React **Library Version:** x.y.z ``` "@appbaseio/reactivecore": "^9.0.3", "@appbaseio/reactivesearch": "^3.2.4", ``` **Describe the bug** `MultiList` with a `customQuery` never calls custom query when default value is an empty array....

bug

**What you were expecting:** These inputs should receive Date or string and publish Date. **What happened instead:** They are inconsistent: - `DateInput` receives `string` and returns `string`, - `TimeInput` receives...

documentation

### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...

feature-request
p3
queued

Our 404 pages return content as well as a 404 HTTP status. PHPUnit_Selenium throws a Framework_Exception when a 404 page is loaded so I can't test the page content.

Changes query string from a hash to a list. Changes the JSON data structure for passing in parameters. Where previously `data` was an object hash, it is now an array:...

The `QueryString` class is an instance of `Hash` so at the data-structure level can only support one parameter with the same name. Both HTTP and OAuth place no restrictions on...

# Problem When duplicate params are passed (like ['test' => [ '123', '456' ]]), the signature should not add numeric indices to the generated base string. The default behavior of...