jjthiessen

Results 6 issues of jjthiessen

I know that _The Dao of FP_ is still in progress, but do you have any plans for releasing any of the following: - Source documents (LaTeX, etc) - An...

## Description `MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT` does not seem to imply `MYSQLI_CLIENT_SSL`. This PR adds the `MYSQLI_CLIENT_SSL` flag when SSL/TLS secured MySQL connections are desired. ## Related Issue Please see https://github.com/phpList/phplist3/issues/833

I believe that https://github.com/phpList/phplist3/commit/a3bc7189b8b3d048af3a5c685bcc53358af42046 introduced a regression for MySQL configurations where SSL/TLS is enforced. It is also possible that this behaviour has changed between PHP versions, or is/was different between...

This adds Nix flake support, and replaces the default non-Stack Nix build (`default.nix`) with one that produces the default package from the flake. I've created [a public binary cache on...

This PR: * Expands on the zone types that are permitted to have `forward` and `forwarders` directives ([ref](https://ftp.isc.org/isc/bind9/cur/9.9/doc/arm/Bv9ARM.ch06.html#zone_statement_grammar)) * Allows for overriding global `forwarders` with an empty list on a...

Fixes https://github.com/nix-community/gomod2nix/issues/72