Felipe Gasper

Results 107 issues of Felipe Gasper

It would be nice if the Makefile provided build targets out of the box that omitted things like gcov and asan. Thank you for your consideration!

For CI purposes (e.g., [GitHub actions](https://github.com/Perl/docker-perl-tester/issues/27)) it’s often useful to test against long-double and quadmath perls. Would it be possible to add such builds? Thank you!

Since `l_whence` can be SEEK_END there is a use case where `l_start` must be negative; however, that seems to be impossible because `l_start` is defined as unsigned. It seems thus...

``` name: 1st Sunday of Advent ; user-notes: OFFERTORY Ad te Domine; commentary: Psalm 25 ; annotation: ii ; centering-scheme: english; %fontsize: 12; %spacing: vichi; %font: OFLSortsMillGoudy; %width: 5; %height:...

``` %% (c4) High.(fhGFgvFe) Ps.(::) ``` … yields: … on `http://run.gregoriochant.org/cgi/process.pl`, which says it’s running 5.0.2. I get a similar response, though, from my local 5.2.0 installation via MacPorts. -----...

duplicate
documentation

I noticed recently that searches on these provide significantly different results: * `Let’s Encrypt` (note curly-quote) * `Let's Encrypt` (straight-quote) * `Lets Encrypt` It seems that, given that this search...

group:Search

``` > curl https://fastapi.metacpan.org/v1/distribution/Promise-XS { "name" : "Promise-XS", "river" : { "total" : 0, "bucket" : 0, "immediate" : 0 }, "bugs" : { "github" : { "active" : 1,...

type: bug

Issue #61355: This causes DirectorySlash to create a relative Location response header rather than an absolute one. Thus, httpd won’t inadvertently downgrade TLS-secured connections to non-TLS connections when it operates...

``` #!/usr/bin/perl use strict; use warnings; use Test::More; use Test::FailWarnings; { my $thing = bless [], 'LeakDetector'; is( $thing, $thing, 'I am I' ); } done_testing; # ---------------------------------------------------------------------- package LeakDetector;...