Chris Deeming

Results 15 issues of Chris Deeming

In addition to other input type elements, also prevent keyboard shortcuts while inside any element with a contenteditable attribute.

The Antimalware Scanner would detect the existence of the [Symfony Process component ](https://symfony.com/doc/current/components/process.html#usage) as it makes extensive use of the `exec` `proc_*` and `posix` functions but one thing the scanner...

enhancement

Given the following code: ```php $scanner = new \AMWScan\Scanner(); $report = $scanner->setPathScan("/path/to/scan") ->enableLiteMode() ->disableReport() ->disableReportMode() ->run(); ``` Executing this will still generate the HTML report. I tried various combinations as...

bug

First, documentation. The README.md file contains a section about instantiating and using this programmatically: ```php use AMWScan\Scanner; $app = new Scanner(); $report = $app->setPathScan("my/path/to/scan") ->enableBackups() ->setPathBackups("/my/path/backups") ->enableLiteMode() ->setAutoClean() ->run(); ```...

bug
enhancement

I don't want to unduly get anyone's hopes up but it appears as though Safari Technology Preview (Release 137) has a number of experimental feature flags that may be interesting:...

For the project I am working on, there are many UI elements which will have different dimensions and different radius values. There are buttons of various sizes, there are UI...

Tested and verified working.

If script is being embedded within an existing application where the `FM_SELF_URL` already contains a query string, e.g. ``` /admin.php?app=file_manager ``` The file manager will always attempt to redirect to...

Froala 3.1 doesn't make it easy to add additional "more" buttons. The process required is not unreasonable to a point, I'll explain here: You first need an icon: ```javascript FroalaEditor.DefineIcon('moreStuff',...