-
Due to the inclusion of the offending Query in the output of the "query_time" action and others (f958d61e), the output produced by those actions can contain essentially arbitrary data. The printed SQL…
-
Problem code is:
```
p('Verifying %s ... ' % cli_args['mdm'])
mdm_cert_file = open(cli_args['mdm']).read()
args = ['openssl', 'x509', '-noout', '-inform', 'DER' ]
command = subprocess.Popen(args, std…
-
Our privacy policy has pretty limited information as to what we are collecting from people, why we are collecting it and what we do with it. Data usage/privacy is also related to how we handle answer…
-
Please provide a JS SDK pipe example for Liam's legacy auction website pipe. I'd like to email him to show him what we have now compared to before and start a dialog.
Here's the old pipe (he had t…
-
### Current Behavior
I get an error that's not very helpful when passing invalid `exclude-where` args, in my case:
```
--exclude-where outbreak!=hMPXV-1 "coverage650" QC_rare_mutations!=good
``…
-
## Metric Update
This issue updates the access to health services metric. Please read through the instructions below carefully. The check at the bottom of this issue should all be completed and mar…
-
We're dealing with an issue where piping streams through a highland batched stream causes it to halt. The actual code involves streaming data from HTTP, but I think I've managed to narrow it down to t…
-
We currently use winio's named pipe implementation to create http duplex sockets.
We use CloseWrite() to close the server side of the socket.
This works ok if the client is also using winio. But…
nicks updated
2 years ago
-
For some reason the stream cuts out after just a few kilobytes, it seems like something is wrong with flowing/paused mode and back pressure buffering... just guessing here...
Minimal test case:
…
-
I'm trying to upload a image file using MultipartRequest, it dosen't seem to work. I checked using postman, api seem to work fine. Not sure whats wrong with the MultipartRequest.
My Code:
```dart
…