tst-ppenev
tst-ppenev
Hi, Sebastien. Thanks for the comments. I can address some of them. However, my team is trying to use `pidstat` for profiling running executables. Having detailed information like clock tick...
@sysstat: The reason I added an output file path to the CSV format switch is that I didn't find an easy way to separate the output of `pidstat`. How do...
Well, they asset roots are stored in a configuration file, aren't they? It should be possible to read configuration files.
The following executables link against `libgtest.so.0` on CentOS 7: ``` /opt/google/lib/libgeprotobuf.so /opt/google/lib/libsharedportablelib.so /opt/google/bin/gerasterimport /opt/google/bin/fusion ``` The script I used was the following. I used it as a `find` action. ```BASH...
Q: Did you verify that the polygons have the right vertex winding order?
Some implementations require that outer boundaries are specified in, e.g., counter-clockwise order, and inner boundaries in, e.g., the opposite order. I don't know what implementation Cutter uses.
Thanks for checking, @tst-blaird. I believe previous Cutter tests used this sample to test support for polygons with holes: https://github.com/googlemaps/kml-samples/blob/gh-pages/kml/Polygon/tennis-poly.kml I did not think we changed that code during the...
Hi, @rentonxp. This may be a problem with the earth client you're using. Can you provide reproduction steps, and versions of software you're using? E.g., what steps do you take...
If I understand correctly what you're doing from your description, it's not something that you can do with Enterprise Client. You can be connected to only one globe at a...
We could possibly split it. However, running the already existing server as a service doesn't seem like a large effort to me. It is also something that would depend on...