Corey Hickey
Corey Hickey
Hi, This PR fixes some issues I found when attempting to do a non-destructive read/write test on a hard drive. The default settings result in frequent seeking and overall low...
This PR is split off from the original: https://github.com/jordansissel/fpm/pull/1806 ...per request from @jordansissel . The original PR is a soft dependency of this PR: in order to remap package dependencies,...
The recent docker setup looks very useful for testing and development, but I was unable to use it as currently provided and documented. This PR includes all the fixes I...
The fpm python helper relies on the `setup.py` file provided by the python module being built. Unfortunately, many python modules get their `setup()` command via: ``` from distutils.core import setup...
**Is your feature request related to a problem? Please describe.** As a new user of black, I installed the `black` package from my distribution to try it out. After that,...
Provide a configuration parameter to the Vim plugin which will allow the plugin to skip setting up a virtualenv. This is useful when there is a system installation of black...
When DBD::MariaDB (or DBD::mysql) is used to connect to a database, the perl program thereafter fails to handle SIGPIPE as expected. I do not think this is necessarily the fault...
For mysql_get_client_version(), MariaDB 10.6.2+ reports the version of the mariadb-connector-c library rather than the server version: https://jira.mariadb.org/browse/CONC-509 The mariadb-connector-c library versioning does not track the versioning of the main MariaDB...
This fixes building of (at least): https://pypi.org/project/amqplib/1.0.2/ https://pypi.org/project/dnspython/1.15.0/ Wrap the operation within a Dir.chdir() to simplify the use of multiple globs (older ruby does not support the ':base' option to...
The makes the building of python modules support a git repo URL (and optional branch) the same way as currently done for ruby gems. Example to build an old version...