Povilas Kanapickas

Results 109 issues of Povilas Kanapickas

This huge PR is a refactoring that routes I/O accesses through a "virtual" file system. It is currently just a proof of concept to show what changes to the codebase...

The pom.xml file contains reference to the path of the package that's specific to the system where the package is built. See https://search.maven.org/artifact/name.neykov/extract-tls-secrets/4.0.0/jar: ``` /Library/Java/JavaVirtualMachines/jdk1.8.0_192.jdk/Contents/Home/jre/../lib/tools.jar ```

To be merged when https://github.com/peterbe/premailer/pull/198 is merged and new release is created.

The following classes are not fully described in the XML file. This breaks search functionality. `std::valarray`, `std::slice`, `std::gslice`, `std::slice_array`, `std::gslice_array`, `std::mask_array`, `std::indirect_array`.

This PR adds an option to group all subdomains of the certificate into a single command on the challenge verification step. Currently the user needs to do a lot of...

This makes it possible to link assimp statically into an executable with another static library that includes stb_image.h without hiding its symbols (be it prefixing names like here, using internal...

leptonica moved most of their type definitions to internal headers. Long term usages of internal API should be removed, but for now simply include the internal header to allow tesseract...

Currently neither TBBConfig.cmake nor TBBTargets.cmake specify dependency on Threads package even though TBBTargets.cmake list Threads::Threads among INTERFACE_LINK_LIBRARIES of TBB::tbb library. This causes configuration failures in projects that specify dependency on...

New version of towncrier broke the release notes of Buildbot as the version title in the release document is not added anymore. I had to add the following manually last...

This is a work-in-progress PR that shows the initial www frontend written using React and Typescript. Currently around half of the pages have been rewritten. This is enough to demonstrate...