Patrick Böker

Results 41 issues of Patrick Böker

It's published on CPAN, so should state so.

Originally reported as https://github.com/Raku/App-Rakubrew/issues/44. This makes a build on MacOS with `--configure-opts='--moar-option="--toolchain=posix"'` fail with ``` /usr/local/Cellar/perl/5.34.0/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h "/Users/user/.rakubrew/versions/moar-blead/install/include/dyncall" /usr/local/Cellar/perl/5.34.0/bin/perl -MExtUtils::Command -e mkpath "/Users/user/.rakubrew/versions/moar-blead/install/include/mimalloc" /usr/local/Cellar/perl/5.34.0/bin/perl -MExtUtils::Command -e cp...

## The Problem The below is a golf of a memory leak problem I currently observe with . I'm not entirely sure I golfed correctly, because the rakubrew.org website has...

Given the following program to convert a music collection to mp3: ``` #!/usr/bin/env raku sub encode($input, $output) { # https://trac.ffmpeg.org/wiki/Encode/MP3 my $proc = run , $input.absolute, < -acodec:a libmp3lame -q:a...

On current Rakudo (2022.03): ``` > my $a = "a"; say $a ~= "b" ~ "c"; say $a; abc abc > my $a = 0; say $a += 1 +...

This is a reworked version of https://github.com/Raku/doc/pull/3794. The changes are largely the same, for the largest part only pulled apart into many separate commits. With the advent of `is built`...

``` patrickb@RakudoCIBot [1]$ zef install --deps-only --exclude="WebService::GitHub" . ===> Searching for missing dependencies: LibXML:ver:auth, Red:ver:auth:api, Log::Async:ver, WebService::GitHub:ver:auth:api, Test::SourceFiles, Test::Mock ===> Failed to find dependencies: WebService::GitHub:ver:auth:api Failed to resolve some missing...

REA archive filenames contain colons. Those colons trigger gnu tar functionality to try to download a file from a remote PC. See https://github.com/timo/json_fast/issues/79 I think the best fix would be...

## Context The [documentation](https://github.com/ugexe/zef#how-the-configuration-file-is-chosen) explains a mechanism of how the config file is chosen. That mechanism seems not to be implemented. (A search for `RootDir` in the zef sources yields...

It's `startsecs` not `startsec`.