Arthur O'Dwyer
Arthur O'Dwyer
Neat — thanks for the writeup and diagnosis. As you surmise, I plan to leave the code as-is since it's not a transcription error and not a fatal bug (in...
This just sounds like your "command window" automatically closes on process termination. You can check this by starting a new game and entering the command `QUIT` (or the command `SAVE`)....
My take is: - This looks like an original bug in the game logic. Your explanation makes perfect sense and matches my own expectation. - We have seen one example...
Well, I don't _encourage_ people to file issues on this repo just for "original bugs"; that isn't useful for _my_ purposes. But I can also see how some original bugs...
Yes. I'm a rebase fiend. The benefit is that the history of `main` will always be clean; people who arrive "late" to the party won't have to deal with a...
The good news is that once we have ironed out all the (non-original) typos in my transcription, such that the transcription is perfect, there'll be no more rewriting. So there...
There is a working example [in README.md](https://raw.githubusercontent.com/exogen/badge-matrix/master/README.md). The big difference compared to your code is that you have an extraneous `+` in your URL for some reason. However, removing the...
> Add constructors for C-array, std::array, container ? FWIW, I'd say "no"; let people use the two-iterator explicit constructor. Unless this is inspired by Ranges TS and would permit some...
@DBJDBJ: I believe Martin's question is, _why_ should this be done? It sounds like (A) you've asked for some work to be done in the repo; (B) you've just now...
I suspect the short answer is "no"; but can you share more of your requirements? - Do the two processes see the ringbuffer as having the same address, or is...