neekfenwick
neekfenwick
# Problem description PHPMailer 6.5.3. When I accidentally mistype the host or port number, the useful error message that is created gets discarded from the ErrorInfo data before PHPMailer returns...
I installed Switcher yesterday (Gnome 40 on Fedora 34) and it immediately overrode my usual custom keyboard shortcut Super-x (which launches an xterm). I tried binding Switcher to another Hotkey...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Sending an invalid value in the Authorization header for the...
Hi there, I'm running DXFighter for some very simple requirements and notice that it produces a lot of Notice level logging such as on this line: $thickness = $data[39] ?...
Platform: Fedora 36 ImageMagick: ImageMagick-6.9.12.66-1.fc36.remi.x86_64 imagick: php74-php-pecl-imagick-im6-3.7.0-1.fc36.remi.x86_64 I'm finding the documented way of resetting the strokeDashArray behaviour throws an exception, though the docs are rather weird. According to the docs...
I note that CKEditor 4 has reached End-Of-Life https://ckeditor.com/docs/ckeditor5/latest/updating/ckeditor4/migration-from-ckeditor-4.html From a quick look, there is a CDN for version 5 and some changes to the way it's instantiated but it...
Fixes #6053 . # Needs Review This PR is not finished, submitted for review as a concept. I include just a few example hooks in the Account History Info page....
As discussed at https://stackoverflow.com/questions/77242055/vscode-removes-indentation-when-typing-close-brace-in-files-considered-php When I type a closing brace in an indented block of code, the code is unindented to zero. Disabling this extension fixes the problem. See the...
I just tried this for my project and immediately found it does not seem to understand media queries. This input file results in an empty output string: ``` @media (max-width:...
The following GET handler works fine on PHP 7, but on PHP 8 produces a fatal Error: ``` /** * @uri /path/to/resource/{whatever} */ class MyResource extends Resource { public function...