Ger Hobbelt
Ger Hobbelt
``` if(( intFlag = ( ((CELL *)cell->next)->next == nilCell ) )) ``` (extra whitespace for clarity.)
Of course the direct way to see those CRs being inserted is via ``` od -a dist/*.js | grep ' cr ' ``` the XX/YY messing about was while I...
Fast fix: https://github.com/GerHobbelt/googletest/commit/f017ee751852e1082435c20a71c9084d289ee1d6 ```diff diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc index e8ee1af8..143f59a5 100644 --- a/googletest/src/gtest.cc +++ b/googletest/src/gtest.cc @@ -5011,8 +5011,21 @@ void StreamingListener::SocketWriter::MakeConnection() { const int error_num = getaddrinfo(host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);...
Isn't examples/example-excel-compatible-spreadsheet.html, which shows two grid instances, a good enough starting point for this? Okay, the grids are instantiated on HTML IDs so one instance per container ID, but that's...
May I suggest BLAKE3 as a (very fast and collision-resistant) alternative to SHA256? Anyway, SHA1 is known-broken (See https://shattered.io/), and real-world collision examples exist (for example two different PDFs which...
BTW: I have collected some of these (PDF files) collision file examples as part of a large, slowly growing, test corpus for another application and I'ld *love* it when default...
## For Optimizers / Developers So this scenario had no use for #113 *at all*. But what MIGHT have been done? Given the "almost 75% of the files scanned has...
Related: #114
Sideways related: #3943 -- this does not intend to produce config files; this RFC is about answering "what was actually used?" and similar diagnostics questions.
Notes: - adds an error message when UZN file loading fails -- rather than being utterly silent about that. - Edits a few error messages minimally to make them easier...