Paul Morrison

Results 82 comments of Paul Morrison

No that's correct - the ProcessConnection has the capacity, as it is where in transit IPs are held. OutputPorts only have a "closed" attribute. See https://github.com/jpaulm/javafbp/blob/master/src/main/java/com/jpaulmorrison/fbp/core/engine/OutputPort.java On Wed, Nov 16,...

In this case, jsfbp will differ from all the other implementations! We have always allowed multiple output ports (on different processes) to feed into a single Connection, but in-transit IPs...

"Finally, you can modify https://github.com/jpaulm/jsfbp/blob/master/test/ components/breader.js#L9 to read describe.skip to skip that test case. I think it's better to 'skip' than remove, since you have that reminder that you have...

B**dy GitHub! I got to git push - but I had updated Readme, so it said to do a pull first. Did that, and got: remote: Counting objects: 3, done....

Close but no banana! The final git push said C:\Users\Paul\Documents\GitHub\jsfbp [master ↕]> git push To https://github.com/jpaulm/jsfbp.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://github.com/jpaulm/jsfbp.git'...

Thanks, Dan, Will give that a try as soon as I get home! Regards, Paul On Nov 16, 2016 2:06 PM, "Dan Rumney" [email protected] wrote: > OK finally figured it...

Never saw git clean before! Interesting! No errors... Did next statement, and got C:\Users\Paul\Documents\GitHub\jsfbp [master ↓]> git reset --soft @{1} At line:1 char:21 - git reset --soft @{1} - ~...

Dan, please ignore the previous note - I tried it in regular command prompt, and it worked... until the git push, which gave the same messages again as before: error:...

Took it! Phew! Thanks a million! Onwards and upwards! Paul On Wed, Nov 16, 2016 at 4:52 PM, Dan Rumney [email protected] wrote: > That's weird > > If you're fine...

Beautiful! Thanks! I guess these kinds of errors happen - I had a similar problem with DrawFBP - although it was spotted faster! Regards, Paul On Wed, Nov 16, 2016...