Bartłomiej Palmowski
Bartłomiej Palmowski
ch20-03 suggest that implementing drop trait will gracefuly shut down the ThreadPool when CTRL-C in effect. Which is not the case for Linux (tested on ubuntu 18.04). The default action...
As of now rakudo supports limited set of encodings. However some websites still use encodings like: ``` $ curl -s -I http://www.google.pl/ | grep charset= Content-Type: text/html; charset=ISO-8859-2 ``` excerpt...
Hi, I'm using sonar 5.2-RC4 with two scala related plugins, namely: Scalastyle 0.0.3-SNAPSHOT () Scoverage 5.1.2 Unfortunately the project analysis fails with following stack trace: https://gist.github.com/Rotwang/97b1a74a82302c5a6b4a When using only one...
Otherwise puppet run breaks in some cases.
On ubuntu 15.10 by default openssl package pulls in libssl1.0.0 package which contains versioned libssl: ``` # dpkg -L libssl1.0.0 | grep libssl[.]so /lib/x86_64-linux-gnu/libssl.so.1.0.0 ``` Unfortuantely such library isn't fount...