Samuel Li
Samuel Li
Is this PR taken care of by the Outline team? I'm very interested in deploying Outline on the raspberry pi I have at home, and would love to offer test...
Update on 4/4/2018: This bug is still there...
It seems the confusing control, i.e., the "Interactive refinement level" control on top right, is still there, and has nothing to do with VDC levels. In fact, that "Interactive refinement...
Might be simpler to just introduce a new public method to a grid class: ```C++ bool Grid::IsMissing(float val); bool Grid::IsMissing(double val); ```
> @clyne @shaomeng - I believe that GCC/LLVM currently have native support for OpenMP, I believe this statement is true, but the problem is that MacOS ships with a modified...
Well, in the proposed refactoring work, one should also move all the function implementations to the .cpp file, instead of leaving them in the .h file. That's because: 1) the...
On Casper, the follow error message occurs while importing data: VAssert(rc >= 0) failed in LegacyVectorMath.cpp, line 901
> @shaomeng I can't reproduce this. Can you describe exactly what you are doing that generates an assert? Must be a user mistake. I cannot reproduce it now. Closing again.
I'd vote for a 3rd party upgrade given that the current 3rd party libs are almost 3 years old. (Since Aug 2019)
Well, my suggest is to do what most applications do, which is to 1) use resources responsibly and 2) abort when the requested resource is not available. By using resources...