Slaven Rezić

Results 100 comments of Slaven Rezić

The XML::Twig ticket is here: https://rt.cpan.org/Ticket/Display.html?id=155759

See https://github.com/eserte/perl-tk/commit/bdc6bcc8c836e0b1dec87da54d34ab751d54a92d for a possible fix. However, specifying the `-stylename` does not have much value in Perl, as we usually use the objects to reference things in Tk (unlike Tcl,...

My smoker proceeded installing more modules, and now I cannot reproduce it anymore. However it again fails if explicitly hiding some modules: ``` /opt/perl-5.42.0-RC2/bin/perl -MDevel::Hide=Spreadsheet::ParseXLSX,Spreadsheet::XLSX -Mblib t/604_dates.t ```

I tried 757339f32cd61816cdd138bc541ae7a7ead0ec9a with the oneliner above and it is skipping a lot because of `Excel::ValueReader::XLSX 1.17`, and finally was successful.

I don't think Perl/Tk has a `grab_set` method. Methods are usually in camel case. So it would just be `grab`.

> because "no if" only made it to core in perl 5.22.0 The "no if" syntax exists forever (well, almost): ``` $ corelist if ... if was first released with...

Hi @dmitryk-dk, grafana's datasource API returns the following for this datasource (obfuscated): ``` { "id": 123, "uid": "abcdefghijklmn", "orgId": 1, "name": "test with victoriametrics-datasource", "type": "victoriametrics-datasource", "typeName": "VictoriaMetrics", "typeLogoUrl": "public/plugins/victoriametrics-datasource/img/vm_logo.svg",...

@dmitryk-dk : the fix does not work. Problem is probably the usage of `path.Join`, as this transforms a `http://...` into `http:/...`. It is meant for filesystem paths, not URLs. (And...

Probably related: cpanmetadb seems to be ahead of cpan.metacpan.org. For example, the former already lists Time-Piece-1.39 as the latest Time::Piece version, but the mirror does not contain this version. If...