KaseiFR

Results 5 issues of KaseiFR

## Description When downloading a single mkv file, Flood is changing its content-type to webm, and it makes Firefox change the file extension to .webm, which is annoying. This PR...

Hi, While playing FTB Infinity Expert Skyblock 1.0.4, with Logistics Pipe 0.9.3.112, the client crash when I try to access a satellite pipe next to another satellite pipe. See [this](http://pastebin.com/RCeZ54hh)...

Bug
Accepted
Crash

The JSON serialization of [`Recipient`](https://github.com/opsgenie/opsgenieclient/blob/master/sdk-swagger/src/main/java/com/ifountain/opsgenie/client/swagger/model/Recipient.java) contains the field `type` two times, and is rejected by the OpsGenie API. Here's an example: ```java @Test public void test1() throws Exception { OpsGenieClient...

Hi, The API bindings proposed by the latest SDK release (2.11.2) seem to be outdated when compared to the [swagger](https://github.com/opsgenie/opsgenie-oas/blob/master/swagger.json#L13044) file and the [official API documentation](https://docs.opsgenie.com/docs/alert-api#section-create-alert). For example in [`CreateAlertRequest`](https://github.com/opsgenie/opsgenieclient/blob/master/sdk-swagger/src/main/java/com/ifountain/opsgenie/client/swagger/model/CreateAlertRequest.java#L51)...