Slaven Rezić
Slaven Rezić
t/61-popup.t fails on some systems like this: ``` Can't locate Filter/signatures.pm in @INC (you may need to install the Filter::signatures module) (@INC entries checked: ... .) at t/61-popup.t line 7....
There's a new (non-fatal) warning with perl 5.41.x: ``` Possible precedence problem between ! and pattern match (m//) at t/61-screencast.t line 75. (in cleanup) Can't call method "new_future" on an...
The test suite fails on some of my smoker systems: ``` Not a HASH reference at /home/cpansand/.cpan/build/2024102713/Device-FTDI-0.14-0/blib/lib/Device/FTDI/MPSSE.pm line 711. t/mpsse.t ..... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests...
For me viewing images does not work anymore. In the Web inspector I see: ``` GET https://api.openstreetcam.org/2.0/photo/?access_token=&lat=52.48163667659588&lng=13.385905851881233&zoomLevel=18&join=sequence&startDate=2025-06-20&orderBy=id&orderDirection=desc ... { apiCode: 400, apiMessage: "findNearbyPhotos DB function failed! Error!ERROR 1267 (HY000): Illegal...
Some tests fail if an xlsx parser is available. See https://www.cpantesters.org/cpan/report/a5996a58-54da-11f0-9e28-b50d6e8775ea for a sample fail report.
The test suite fails on some of my smokers like this: ``` # Failed test 'GETting http://832.167930974723.www.doesnotexist.example/ gives a 5xx (no proxy) or 404 (proxy)' # at t/50-mech-status.t line 42....
The compilation fails on fedora 42: ``` cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"1.503\" -DXS_VERSION=\"1.503\" -fPIC "-I/opt/perl-5.41.13/lib/5.41.13/x86_64-linux/CORE" Token.c Token.xs: In function ‘get_new_byte’: Token.xs:31:7: error:...
The problem can be seen here: https://valhalla.openstreetmap.de/directions?profile=bicycle&wps=13.330042362213135%2C52.51349170250235%2C13.323165178298952%2C52.51289100306465 Currently it takes a long detour via Fasanenstraße and Hardenbergstraße. The straight route over Straße des 17. Juni is marked as bicycle=designated, and...
Currently the newest listed release on https://metacpan.org/recent is from 2025-09-30, that is, almost five days old, which is quite unusual.
In https://github.com/ysde/grafana-backup-tool/blob/728125dd7c7fd5309a768ff4eb6041041cd4c2e8/grafana_backup/save_alert_rules.py#L60 a log_file variable is passed, but it is not used at all. So there's no alert_rules_.txt like for the other grafana objects.