Taylor Foxhall

Results 15 comments of Taylor Foxhall

Funny enough, due to the implementation of `valid-moves`, if a position doesn't have a valid move, the result is `nil`, not an empty collection. So as far as I can...

Hi there! I went looking for this feature earlier today, seems like it's stalled out. Is there any interest in revisiting this?

lgtm, what performance stats does this affect?

Hi @jeffdoolittle, thanks for reaching out. We're excited to see such enthusiasm to support BlazingMQ clients in other languages. As mentioned, we have a Java SDK which is a full...

Some points of note to get started: 1. The bindings should be created in a new group called `z_bmq` 2. The best component to start with is a set of...

This is odd, locally I'm formatting these files and it changes nothing. Perhaps this is a clang-format version difference issue. Let me try running with clang-format-14 locally.

Agreed here, most of these are due to small comparison, but there doesn't seem to be good tool for helping with applying fixes for these. Personally I think we might...

Hi @syncush, we are not looking to create a javascript client library right now. Our focus for client library support is mostly going towards Python at this point. However, we'd...

All the `.t` targets are unit tests that don't require the broker to run. To run specific tests, please use ``` ctest --test-dir -R bmqa_message.t ``` BlazingMQ tests are passed...