Jeremy Ong
Jeremy Ong
+1. We actually write things in the latter style for stylistic reasons
It may not be wise to be too strict about the wording to *require* a mutex. I think it is sufficient to say that if your code is intolerant to...
Yes, but then you start to breed a cargo-cult mentality where people do something "because" without understanding the why. To me, it's more important to teach that any two sequenced...
I added an attempt at an epub conversion [here](https://github.com/jeremyong/cpp_nn_in_a_weekend/blob/master/doc/DOC.epub) Because the LaTeX I'm using isn't renderable with MathML (which doesn't support equation alignment, etc), my approach was to convert the...
You can use `std::this_thread::yield` as a catchall for the other circumstances https://en.cppreference.com/w/cpp/thread/yield
Based on the compiler log above, it looks like he's using MSVC so I don't think #1021 is related (in either causing or resolving) the issue. That said, the log...
Found this issue looking for marginnote support directly. Is there any motion and getting this functionality in? Thanks
I think at this point, all development should just move to `master`. I understand that maintainers get busy, but having this much divergence for this long doesn't make sense. It's...
One documentation bug I noticed is that the [Getting Started](https://typegraphql.com/docs/getting-started.html) page references a "RecipeService" in the constructor of the sample resolver, but I can't find where this is defined (except...
What's the status on this? Maybe another solution is to allow the user to supply a callback to be invoked when the animation finishes. This way, you can restrict picking...