Stephen Douglas Scotti

Results 10 comments of Stephen Douglas Scotti

I actually had to make changes in 2 places: CaptchaBuilder.php 365: \imagettftext($image, $size, $angle, round($x), round($y)+ $offset, $col, $font, $symbol); 608: $value = mt_rand(round($min), round($max)); casting as an int would...

I actually have a similar problem. I added: ``` FileUploaded: function(up, file, info) { console.log(info); // Called when file has finished uploading //log('[FileUploaded] File:', file, "\nInfo:", info); if (response.error) alert(response.error);...

Similar issue for me. I have some encapsulated PDF's that I created using Orthanc as part of a study. The modality type is 'DOC' and: 0042,0012 (MIMETypeOfEncapsulatedDocument): application/pdf OHIF recognizes...

Similar issue for me: sscotti@iMac-Catalina PortalRads % composer require tcg/voyager Using version ^1.4 for tcg/voyager ./composer.json has been updated Running composer update tcg/voyager Loading composer repositories with package information Updating...

Is that the same as ? `root@ubuntu-s-2vcpu-4gb-amd-sfo3-01:~# which which /usr/bin/which` I always laugh when I do that because it reminds me of the Wizard of Oz. "Wicked Witch of the...

In regards to that, I take it that if a claim is a json_encoded string it at least won't throw an error ?

I would have to simulate it again. The system on which it threw an error has: docker-compose version 1.29.1, build c34c88b2 Docker version 20.10.10, build b485636 The other system on...

Seeing this error also. Is there a composer package where it is fixed. Looks like the latest is 1.1.9

I'll have to check again. I reverted my PHP version to ">=8.0.19", instead for now. With PHP 8.2.x I was having some issues, both with PHP composer packages and some...

This type of thing works OK as a temporary fix for a package that doesn't have a fix yet, not yours. "exclude-from-classmap": [ "vendor/aranyasen/hl7/src/HL7/Segments/PID.php" ], "files": [ "vendoroverrides/aranyasen/hl7/src/HL7/Segments/PID.php", "vendoroverrides/aranyasen/hl7/src/HL7/Segments/IPC.php", "vendoroverrides/aranyasen/hl7/src/HL7/Segments/TXA.php"...