Tyler Young

Results 19 comments of Tyler Young

Yeah. Looks like your commit 7hrs ago fixes it. https://github.com/amerkoleci/Vortice.Vulkan/blame/7b85c566e5ff38aa825757c18ce11c14d214c168/src/Vortice.Vulkan/Vulkan.cs#L601-L611

Seems like we need something like this? ```cpp // zmq.cpp int zmq_drop_peer (void *s_, uint32_t routing_id, bool delay) { zmq::server_t *s = static_cast (s_); int socket_type; size_t socket_type_size = sizeof...

Hello? FYI for anyone interested, the above code seems to work.

It got bigger with the requirement of not using strncpy. :) Probably for the best, this eliminates any chance of buffer overflows and improves portability. Minor possible errata in the...

> FYI > nsc is intended to be the namespace that changes when using different derived flatbuffer formats such that original formats can be still be accessed in the same...

We're currently using it to compare against BigBuffers (a fork of FlatBuffers that is specifically 64-bit) and have had good success with it. Much cleaner than flatc. :) Separate branch...

> It seems like an easy way to get conflicts - couldn't this be handled with one setting? > > Are you sure this is needed. Flatcc already has several...

> By convention C++ comments are never used. Maybe some compilation flag? Yep, I'll just remove those lines. (edit: Ended up keeping them, modified slightly.) There's also line 66 in...

@gwanglst do you have any idea about these tests failing? https://ci.appveyor.com/project/StirlingLabs/lsquic-win-shared/builds/42175300

I don't know why the shared tests are failing, but the PR is otherwise good to go for the existing 3 (non-shared) build paths. Since you have to set up...