Bryan Alexander Rivera

Results 23 comments of Bryan Alexander Rivera

I am having this very same issue. I have set my rust source directory to `/home/bryan/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src` which does contain the rust srcs. Please get this fixed! I keep seeing references...

This doesn't seem to fix the issue.

@redactedscribe Tried both absolute and relative paths initially, but no luck.

@omus Thank you! Can we add an int(timezoneawaretime) to make integer conversion easier?

nuget restore OpenGL.Net_VC15.sln Worked but build still failing with new errors: ``` "C:\Bryan\src\git\OpenGL.Net\OpenGL.Net_VC15.sln" (default target) (1) -> "C:\Bryan\src\git\OpenGL.Net\OpenGL.Net.Xamarin.Android\OpenGL.Net.Xamarin.Android.csproj" (default target) (15) -> C:\Bryan\src\git\OpenGL.Net\OpenGL.Net.Xamarin.Android\OpenGL.Net.Xamarin.Android.csproj(62,11): error MSB4226: The i mported project "C:\Program...

We really need to support passing datetimes over the wire. Custom objects would b an added benefit. Can this be merged soon?

I need to have ZooKeeper pre-installed? This seems strange to have to do before compile.

Level 2 data is not the same as tick data. IqFeed does not provide historical L2 data.

Thanks for the help! This is what I ended up going with: fieldnames = Enclosed(collect(keys(swaps_as_nts[1]))) Repo.execute([INSERT INTO SwapsTable fieldnames VALUES Octo.VectorOfTuples(map(values, swaps_as_nts)) ON CONFLICT DO UPDATE]) However that is missing...