Sjoerd Adema

Results 8 issues of Sjoerd Adema

Nice package! So annoying that PHP doesn't provide this logic in their standard libs. However, even with these functions i still have to type check before calling them: `$iterable instanceof...

enhancement

When checking for directories with `is_dir()` and the directory exists, the following notice is thrown: `PHP Notice: Undefined offset: 0 in /vendor/twistor/flysystem-stream-wrapper/src/Flysystem/Plugin/Stat.php on line 157` The following code should trigger...

Added visibility when creating directories Added a namespace for the unit tests Added a test case for the new behaviour Fixes #4

This is done for files but not for directories. This breaks my implementation.

Hi there, First of all, great mod :D I have a request about publishing your mod on another platform. I use a [Docker container](https://github.com/itzg/docker-minecraft-server) to run a MC server which...

Hi there, First of all, great mod :D I have a request about publishing your mod on another platform. I use a [Docker container](https://github.com/itzg/docker-minecraft-server) to run a MC server which...

Hey man, awesome plugin. Works pretty good. Few issues; document_root should not use $_SERVER[document_root], this breaks when you're setting up multiple environments (dev, staging, production). We need to find a...

This is more of a feature request. We're migrating our app from PHP 5.5 => PHP 7+ and are checking if we use incompatible libraries. While running a search for...