Nicholas Amorim
Nicholas Amorim
I've dug into the code and noticed the problem lies in here: ``` // USB device object is no longer needed. IOObjectRelease(usbDevice) // Dereference pointer for the plug-in interface if...
So, upon further investigation, it stops working on 10.13 deployment target. Works fine if I use older versions, though.
Yeah, I noticed the build runs fine after I created this ticket. Investigating futher, I noticed the default python3 on the remote host is python 3.5 (ubuntu xenial). Changing to...
Yeah, I fixed that one but then `2` and `3` from the list appear - which I fixed as well but then there's more so I had to stop for...
Yes, normal outside Docker with the latest releases provided in the readme.
+1 for Elastic. I think it'd be a killer if well thought. There's just nothing good for ES as far as I know.
Thanks for you suggestions @Jamim. I will look into this PR that was suggested by @condorcet https://github.com/opentracing/opentracing-python/pull/118 and see how I can improve this. Accepting any pointers, though.
How could we get someone to review this?
Any chance this can be merged?
`docker run --name cronicle --hostname localhost -p 3012:3012 intelliops/cronicle` Then I try ctrl-c but it's stuck. Have to kill the container. Had this problem both on ubuntu and on mac...