-
```
Hi,
just tried to use XML as data transfer format instead of JSON, but got a
MissingMethodException.
What steps will reproduce the problem?
1. set request.contentType(ContentType.XML);
2. set r…
-
```
What steps will reproduce the problem?
Use the following code:
FacebookJaxbRestClient client = new FacebookJaxbRestClient(apiKey,
secretKey, sessionId);
StreamData stream = client3.stream_get(nu…
-
```
What steps will reproduce the problem?
Use the following code:
FacebookJaxbRestClient client = new FacebookJaxbRestClient(apiKey,
secretKey, sessionId);
StreamData stream = client3.stream_get(nu…
-
```
What steps will reproduce the problem?
Use the following code:
FacebookJaxbRestClient client = new FacebookJaxbRestClient(apiKey,
secretKey, sessionId);
StreamData stream = client3.stream_get(nu…
-
### Actual Behavior
This issue is somewhat similar to #551, only with a list in the input (`{'names': [None]}` instead of `{'name': None}`), and this time `RecursionExceeded` is raised instead of `Un…
wosc updated
6 months ago
-
* bleak version: snapshot, dbus-next-2 branch
* Python version: 3.7
* Operating System: OpenWrt
* BlueZ version: 5.54
### Description
On connecting sometimes it raises EOFError. I think it sh…
-
```
What steps will reproduce the problem?
Use the following code:
FacebookJaxbRestClient client = new FacebookJaxbRestClient(apiKey,
secretKey, sessionId);
StreamData stream = client3.stream_get(nu…
-
```
What steps will reproduce the problem?
Use the following code:
FacebookJaxbRestClient client = new FacebookJaxbRestClient(apiKey,
secretKey, sessionId);
StreamData stream = client3.stream_get(nu…
-
The issue is similar to https://github.com/eko/gocache/issues/166 but for Redis with []byte values. When getting a []byte value the cache returns an empty []byte without an error. This is because the …
-
I am trying to use ScalaBuff in a [Spray](http://spray.io) application. The marshalling of messages to Protobuf works like a charm using ScalaBuff:
```
object ProtobufProtocols {
val ProtobufMediaT…