Fritz Zaucker
Fritz Zaucker
What does my `%values = $sth.row(:hash);` do if the SELECT is on a JOIN of two tables with (some) columns/attributes having the same name, e.g. ```SQL SELECT t1.name, t2.name FROM...
WARNING: /Users/zaucker/opt/rakudo-2020.10/bin/rakudo is loading libcrypto in an unsafe way See also https://github.com/jnthn/p6-io-socket-async-ssl/issues/60
Many modules are not setup for automated testing. As a minimal test coverage I would see that the module is at least installable with panda. I wonder if Travis-integration should...
Calling `.value` on a empty cell dies with ``` Method 'sync-value-xml' must be implemented by Spreadsheet::XLSX::Cell because it is required by roles: Spreadsheet::XLSX::Cell. ``` Repro: ``` use Spreadsheet::XLSX; my $work-book...
I suspect it is not a specific Rakudo 2025.04 problem, but with that on Ubuntu 24.04 I get: ``` make install /home/zaucker/opt/rakudo-moar-2025.04-01-linux-x86_64-gcc/bin/rakudo configure.pl6 --install Installing into /home/zaucker/opt/rakudo-moar-2025.04-01-linux-x86_64-gcc/share/perl6/site Cannot assign to...
The pull request https://github.com/mojolicious/mojo/pull/2268 breaks the async methods `insert_p`, `update_p`, `select_p`, `delete_p` in one of our Mojolicious based applications. The symptom is an error like ``` DBD::Pg::st fetchrow_hashref failed: no...
Remove Perl versions "supported". ### Summary Mentioning specific Perl versions here will quickly be outdated again. ### Motivation Mentioning outdated Perl versions might give the impression that Mojolicious or at...