Bas Couwenberg

Results 57 comments of Bas Couwenberg

> `gdb --args perl -Mblib t/20-threads.t` That gives the same results as via `Build test`. The perl debugger is somewhat more informative: ``` $ perl Build test --verbose 1 --test_files...

This issue is still present in 0.68.

You should be able to reproduce it on 32-bit systems like i386, e.g.: https://ci.debian.net/packages/p/python-geopandas/testing/i386/43111227/ Rebecca noticed the issue on armhf, from the Debian Bug report: > In pandas 2.x (now...

pcre3 will be removed from Debian during the trixie development cycle, PCRE support in the mapcache package has been disabled to not have the mapcache package removed from the next...

Debian has removed Python 2 from the upcoming bookworm stable release increasing the need for Python 3 support.

According to [PHP RFC: Deprecate dynamic properties](https://wiki.php.net/rfc/deprecate_dynamic_properties) PHP 9.0 will throw a fatal error. Would generous use of `#[AllowDynamicProperties]` be a viable short term solution? The PHP maintainers would like...

lessphp needs some changes for php8.2 too. The `importDisabled` option was removed from `lessc.inc.php` in icingaweb2 2.9.0, setting it in `Icinga/Web/LessCompiler.php` does nothing. I made it work with: ```diff ---...

If they don't have a CLA like Icinga. As a volunteer I don't get paid enough to deal with the legal shenanigans of CLAs. I already spend far too much...

icinga-php-library 0.11.0 (re)introduced deprecation warnings: ``` Deprecated : Creation of dynamic property GuzzleHttp\Psr7\CachingStream::$stream is deprecated in /usr/share/icinga-php/ipl/vendor/guzzlehttp/psr7/src/CachingStream.php on line 34 ``` The guzzlehttp/psr7 file in question is also provided by...

> 1.0.1 was just a minor bugfix for the pkgconfig file so I was reluctant to increase the soversion (as there were no changes to the actual library). I guess...