The Digital Orchard 🇨🇦
The Digital Orchard 🇨🇦
... and some trailing whitespace removed automatically by my editor.
By no means an authoritative conclusion, but when I switched to `Amp\Log`, I actually noticed _more_ of a blocking behaviour than when using the standard Monolog StreamHandler. Not sure what...
I recently incorporated this library into my framework, and it works great! Thanks! But I'm curious why it attempts to load CSS files as an "img" first? ``` getCss: function(url,...
## 🗣 Suggestion _I'll start off by saying that my Unit Testing experience is very limited. As the sole developer for my projects, I haven't had the need to do...
This is just a minor question, but I'm curious about the syntax being used to invoke objects as methods. Example: ```php $outputs = $this->model->__invoke($modelInputs); ``` Is it intentional to be...
Updated all namespaces with `Galbar\` vendor prefix. _** Not tested, but looks complete **_
# Pull Request ## What does this PR do? - adds NDJSON class for serialization ## PR checklist Please check if your PR fulfills the following requirements: - [Y ]...
HomeBrew is not the only package manager on macOS. https://github.com/libvips/php-vips/blob/2e9280ba6e7dcc3c70c8ec007c35075215b71f46/src/FFI.php#L298 MacPorts is an equally-valid package manager, which stores binaries in a different location. Vips is installed at the following location...
Is there a reason that 3rd-party vendor packages are bundled into this package? Composer is installing all vendor packages separately, as well, so we end up with duplicates. Seeing this...