Bret Miller

Results 19 comments of Bret Miller

It took some effort to find a JavaScript image cropper that actually did what I needed. I like Croppie. It works. I wish it were actively devloped, but it's not....

Proposed code fix: public function prune() { if ( ! $this->enabled ) { return false; } /** @var Finder $finder */ $finder = $this->get_finder()->sortByName(); $files_maxversion = []; $files_maxversionpath = [];...

I am also guessing that is the issue. I just need to schedule some off-hours downtime to upgrade. It needs to be done anyway.

Well, obviously something besides the version of xcp-ng which is now 8.2.1 fully yum-updated as you 4-Jul-2022. In the install log, I get this: 7/5/2022 8:39:48 AM: Checking service: 'xeniface'...

What has worked for me on newer VM's is to install Windows Server 2022. Then update Windows using Windows Update. Then install the XCP-NG Windows PV Drivers. This seems to...

@theodorejb Wishing your fork supported rectangle. Every image I need to crop is a rectangle, but you only support square.

It doesn't seem like Croppie is still being maintained, but there is a simplified fork called Cropt, which is still being developed. You might try that and see if it...

From what I understand about Croppie, which I admit is limited my own use and knowledge of JavaScript, it seems like a trivial change to line 1398: RESULT_FORMATS = ['jpeg',...