Lewis Dawson

Results 14 comments of Lewis Dawson

@h2non Forgot to add that variation I'd tried. Using `--insecure` doesn't work. Are you talking about importing the certificate into the OS X keychain?

@h2non Same result. ``` $ curl -x https://localhost:3443 -v --insecure https://httpbin.org * Rebuilt URL to: https://httpbin.org/ * Trying 127.0.0.1... * Connected to localhost (127.0.0.1) port 3443 (#0) * Establish HTTP...

@h2non I was creating the proxy programmatically...I tried the secure flag programmatically, but it still fails: ``` const fs = require('fs') const balboa = require('balboa') const certPath = __dirname +...

@h2non I'll have a look and get back to you soon. Thanks for all the help on this!

Just thinking about this, perhaps this has to do with the version of TWS/Gateway being used. @claude2, what version were you seeing #61 on?

@pilwon @claude2 I'm going to open a pull request that makes the change I propose above, but it would be ideal if we could figure out why it wasn't working...

@aziz92 There is a way to create bracket orders. If you're still interested, I can post code that shows how to do it.

@intercalations Sorry it took me a while. For anyone else wondering in the future, the key is assigning the parentId to the orders. The example below uses market order, which...

I've run into the same issue where I have a blank value in one of my properties. Are there any plans to support this?

@inneractive-opensrc This doesn't work because the `io.confluent.connect.hdfs.parquet.ParquetFormat` class expects the source data being read into the formatter to be Avro format, not JSON. If you check out [my fork](https://github.com/lewisdawson/streamx), I've...