benstadin

Results 33 issues of benstadin

https://github.com/facebook/folly/blob/faedbb468779075a022a9b97c70979a64bf13369/folly/portability/Unistd.h#L23 The missing macro definition results in a build failure on alpine (3.19) with the following error: ``` folly/system/MemoryMapping.h:102:5: error: 'off64_t' does not name a type; did you mean 'off_t'?...

https://github.com/google/s2geometry/blob/7940c9f791819211782bd7df51632657172c17c2/src/s2/s2loop_test.cc#L1146 S2 fails to build with recent versions of abseil at places where HasSubstr ist used. Replacing the string_view with a string works (as a workaround): EXPECT_THAT(error.text(), testing::HasSubstr(std::string(snippet)));

One of the tests won't compile with the latest version on Ubuntu 22.04. Neither with the mentioned googletest version 1.10.0 nor the current 1.14.0 release. The error is in s2builderutil_lax_polygon_layer_test:...

### Describe the issue Multiple reports already exist explaining how struggling resolving library linking order can be in general. Though it's become more of a nightmare lately with more absl...

What is the status of this project? There haven't been any updates for years. Is it abondoned?

Is it possible with glyphy to skew text so it can be placed into a 3D secene? If so, it would be a nice feature to have a skewing option...

It seems only the global color is used, but individual text colors get lost: glfonsSetColor(fs, glfonsRGBA(0.0, 0.0, 0.0, 255.0)); // This color is used unsigned int white = glfonsRGBA(255,255,255,255); glfonsRasterize(fs,...

There is aglfonsProjection() API. Does this allow to skew text? If not, is it possible to skew text by other means? Cheers Ben

Is there a reason why a value cane be unique_ptr but not shared_ptr? I'm getting the following error when trying to define a ramalhete_queue using shared_ptr as value type: `Static...

The example in the Readme includes a non-existing epoch_based.hpp.