Menno Holtkamp

Results 61 issues of Menno Holtkamp

As of PHP 8, ```__set()``` must return void... https://github.com/jwage/purl/blob/d1cf27f96a5889885677e58e313880bfb2717f83/src/Purl/AbstractPart.php#L114

This commit https://github.com/jwage/purl/commit/d1cf27f96a5889885677e58e313880bfb2717f83 was done after `1.0.0` which is quite confusing when upgradting form `0.0.10`. So a new `1.0.1` might be useful

Similar to https://github.com/lipis/bootstrap-social/issues/177, just received an e-mail from Facebook: > Hi, > > In working to create a great Platform experience for everyone, we ask developers to ensure the apps...

WMF files can be opened in Google Drive as a Google Drawing as described here: http://phdesign.com.au/general/adding-font-awesome-icons-to-google-slides/ I used inkscape command line for the conversion from the SVG files: `for i...

It seems that APCu does not support the `max_file_size` configuration setting anymore. Is this correct? - APC: http://php.net/manual/en/apc.configuration.php#ini.apc.max-file-size - https://github.com/php/pecl-caching-apc/blob/6a904063fe753299e8c7c5b2c6658b1976a61de2/apc_main.c#L680-L683 - APCu: http://php.net/manual/en/apc.configuration.php The [CHANGELOG](https://github.com/krakjoe/apcu/blob/34c63d334f7b8423bb1af2e516fe1f20bc64aec2/CHANGELOG#L166) only mentions it being added,...

I noticed that this library does not receive the time and energy it deserves. This delays merging of Pull Requests and answering to issue reports; @longbill is the original maintainer...

Type: meta
Category: help wanted

**Current situation** When using `batchMode = 'week'` and suppose the week Monday 07-09-2015 to Sunday 13-09-2015, has an intermediate day such as Friday 18-09-2015 which is _not available_ (realised by...

Type: bug
Status: todo

Initial approach to separate non-default language files

As described here https://github.com/PHP-DI/PHP-DI/issues/459, the configuration to write proxies to a file is not considered when generating the proxy class name. This results in equal class names, while the configuration...

bug
question