We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c1733 commit 7a92b3eCopy full SHA for 7a92b3e
1 file changed
.codespellignorelines
@@ -185,3 +185,5 @@ function ok(a,b){for(var c=a.wa[b].data.items,d=c.length,g=N(a.wa[b].id),h="",i=
185
import java.nio.ByteOrder;
186
byte[] header = ByteBuffer.allocate(4).order(ByteOrder.nativeOrder()).putInt(headerContent).array();
187
int headerValue = ByteBuffer.wrap(header).order(ByteOrder.nativeOrder()).getInt();
188
+# This is a very bodgy workaround to the fact that the pip install of the archive doesn't seem to work properly now on Travis
189
+ "uest\032\036.ola.rpc.STREAMING_NO_RESPONSEB\006\200\001"
0 commit comments