Jonathan Beard

Results 37 comments of Jonathan Beard

Ok. So, the syntax ```cpp m += a c ``` would replicate b for as many times as there are output ports in _a, assuming that the output port count...

Started new branch, will tag when I have some commits for this issue specifically.

I've also been looking at cpp-netlib and boost::asio to fit this role. RaftLib has grown quite large and well, it seems like the best option might be to utilize the...

In parsemap.cpp, there was a FIXME that was missed, the key is here ```cpp 204 else 205 { 206 /** 207 * we need to clone the graph from the...

This is a bug....suspect it will be fixed in the dev branch, however, will add to queue for the mainline branch too. Is there any chance you could submit a...

Good point...likely we should allow that. ## Short answer I wanted to throw an exception if people try to attach to the same port twice and also have an exception...

HI @mr-j0nes, I'm working on a fix, right now I'm gonna have a check in the ```exe``` for linking just as before, but there will be a bool to ensure...

It's in progress. There's shutdown condition that I need to deal with. More specifically, There needs to be a cleaner way of doing "barriers" to wait on the specific kernel...

Waiting to fix this issue till I push the changes to the parser. The actual solution is a bit more involved given the shutdown process relies on knowing what the...

That I definitely agree with. Partially it'll come once more people start leaving feedback (as you just did), the rest is finding the appropriate wording to efficiently explain everything. I'll...