Martin Barth
Martin Barth
With the latest version of `DBD::mysql` one of my testcases is failing. The testcase is basically just doing this ``` $dbh->disconnect(); ok( ! $dbh->ping(), 'dbh is diconnected'); ``` We tracked...
Hi, I am currently doing stuff with file uploads as multipart/form-data and i guess the ascii encode blows up because you can not be sure that you dont have binary...
I tried to install Git::Raw with the help of cpanm on a new strawberry perl installation on Windows 10. Since I dont know windows neither do I know C well,...
``` martin@sinclair:~/repos$ zef install OpenSSL ===> Searching for: OpenSSL ===> Testing: OpenSSL:ver:auth # NETWORK_TESTING was not set Cannot locate symbol 'sk_num' in native library 'libssl.so' in method setup at /home/martin/.rakudobrew/moar-2018.12/install/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B...
I am trying to implement something that I am currently doing with Perl5 with AnyEvent::TLS and Net::SSLeay. AnyEvent::TLS sets a verfiy_callback: https://metacpan.org/source/MLEHMANN/AnyEvent-7.14/lib/AnyEvent/TLS.pm#L807. This part of the PR is working. And...
I wanted to upgrad from 3.5.2 to to 4.0.0 by changing the lines in my `build.gradle.kts` file. I changed the line ``` // from // implementation("net.akehurst.language:agl-processor:3.5.2") // to implementation("net.akehurst.language:agl-processor:4.0.0") ```...
Hi there, i just wanted to ask if you're aware that your 2 articles on medium are now behind a paywall, which leads to the unfortunate situation that "most" of...
``` Updating registry `https://github.com/rust-lang/crates.io-index` Compiling rusttype v0.4.3 Compiling rayon-core v1.4.0 error[E0507]: cannot move out of captured outer variable in an `FnOnce` closure --> /home/martin/.cargo/registry/src/github.com-1ecc6299db9ec823/rusttype-0.4.3/src/lib.rs:314:54 | 314 | .and_then(|offset| tt::FontInfo::new(self.0, offset...
``` > src/build.sh gcc: error: unrecognized command line option ‘-W1,-soname,yamlwrap.so.1’ If you're running locally you may need to add this dir to LD_LIBRARY_PATH to do that, run: export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/home/martin/.workspace/p6/perl6-libyaml" ```