MichaelHindley

Results 7 issues of MichaelHindley

Trying to use MQTTPubSub with TypeScript results in this compilation error. ![image](https://user-images.githubusercontent.com/1016639/58158758-5c210400-7c7b-11e9-8dc4-f38e7de3c2d5.png) graphql-mqtt-subscriptions: 1.1.0 typescript: 3.1

help wanted

In https://github.com/FriendsOfSymfony/FOSRestBundle/blob/80a41f571250ad4c14f7e36c267eb968575884d8/Request/RequestBodyParamConverter.php#L125-L128 the RequestBodyConverter supports basically every case. However, GET requests don't have a body or a Content-Type header, and so this block https://github.com/FriendsOfSymfony/FOSRestBundle/blob/80a41f571250ad4c14f7e36c267eb968575884d8/Request/RequestBodyParamConverter.php#L91-L97 always fails when there is a...

# Description Adds flag to disable printing warning messages for default namespaces. print.WarningStatusEvents is also used to report on errors that occur during command execution. First it was considered to...

pinned

When using the list command(and others it seems) always print the warning. This makes it very hard to programatically do things based on for instance json output, since the json...

kind/bug
area/cli
P1
triaged/resolved

### Describe the bug VSCodeButton triggers the form it belongs to onSubmit handler twice when triggered using the "Enter" key, firing two unique events to the onSubmit handler function. If...

bug

### Describe the bug VSCodeButton does not trigger a submit event on the form it belongs to, overriding the default behavior of buttons in forms. Working workaround is to explicitly...

bug

Hi! Using this awesome client as a PubSub broker for Apollo GraphQL. While doing so I initially tried to make it work using sts.AssumeRole but noticed that there needs to...