Christian Oudard

Results 14 comments of Christian Oudard

I am experiencing this same issue using Fugitive and NERDtree

The problem still happens on 0.5.0-rc.1, and debug logging does not appear to show much. https://github.com/christian-oudard/rust_tutorial/tree/03ca5d1186cfcf3115a5cca9cb49ad78b5de48e6/rocket_tutorial

Doing some more research inside Diesel, it is never actually handling SQLITE_BUSY. Rusqlite does implement handling of SQLITE_BUSY. I think the only solution here is to switch to Rusqlite as...

I've done some more work on this, and it's not really a bug. I would say it is a confusing pitfall of the way that Diesel, Rocket, and SQLite interact...

I have the same thing, with the following error log: ``` $ docker-compose up Starting ib-gateway-docker_tws_1 ... done Attaching to ib-gateway-docker_tws_1 tws_1 | Starting virtual X frame buffer: Xvfb. tws_1...

@BusyJay For the use case at MobileCoin, we will need streaming metadata as well. I will start implementing this API in our pull request, including streaming support. Look for updates...

@BusyJay, please take a look at the code I have written so far in PR #543. I have some questions about how to continue the implementation. First off, I was...

The quantconnect link appears to be broken: `The command '/bin/sh -c wget -q http://data.quantconnect.com/interactive/ibgateway-latest-standalone-linux-x64-v960.2a.sh' returned a non-zero code: 8 `