Todd Richmond

Results 34 comments of Todd Richmond

This is the alternative with plain old line wrap at margin ``` $$self{aclmanager} ||= CompanyFoo::ACL::Manager->new({config => $$self{config}, source => 'cli', user => $ENV{USER}});

CentOS 7 and zstd 1.5.1 with zlib-ng 2.0.5. I build a complete toolchain starting with gcc 11 and so no OS components - but this works for over 150 opensource...

my project fails as well. The issue seems to be that cotire includes the xcode header, but not the system header of the same name and so various typedefs and...

this is the same as [https://github.com/sakra/cotire/issues/145](url)

Thx! - that fixes this problem (removed previous comment for my own bug). Defnitely merge the change

spoke too soon - did a make clean and the problem is still there. This seems like a general problem for every header that gets pulled in from the xcode...

libarchive uses the fast evp functions in the code compiled by HAVE_LIBCRYPTO in archive_cryptor.c for example: EVP_aes_256_ecb()

@Gavus sorry - no idea. OpenSSL does dynamic runtime switching on assembly language routines and so should pick the appropriate one automatically

I just got bit by this issue when trying again to enable libarchive RAR support using 3.4.2 which now supports "solid" archives. Getting closer, but still not useable as a...

I found a much, must faster solution to detect page rotation. Call SetImage followed by DetectOrientationScript and then call Pix *rotated = pixRotateOrth(pix, (360 - degree) / 90); However, there...