Stephen Douglas Scotti

Results 9 issues of Stephen Douglas Scotti

Not sure this is still being maintained, but after I upgraded my PHP version to 8.1 I am seeing this error message. PHP Deprecated: Implicit conversion from float 42.5 to...

Not sure if anyone has already done this or is interested, but I added some code in my version that generates a PDF preview if the document being uploaded is...

if ($remember_me === true && $this->config['features']['remember_me'] === true) { $iv = openssl_random_pseudo_bytes(openssl_cipher_iv_length('AES-128-CBC')); $rememberMeCookie = base64_encode(openssl_encrypt($userID, 'AES-128-CBC', $this->config['keys']['cookie'], 0, $iv)) . ':|:' . base64_encode($iv); Error is: Warning: openssl_decrypt(): IV passed is...

hacktoberfest

I'm not too familiar with signing of JWT's, but there is a NGINX package here: [ngx-http-auth-jwt-module](https://github.com/TeslaGov/ngx-http-auth-jwt-module) that supports: "**The algorithm to use. One of: HS256, HS384, HS512, RS256, RS384, RS512**"...

I started looking an OpenAI with the LaravelOpenAI package: `use OpenAI\Laravel\Facades\OpenAI;` On my front-end I am creating .webm audio files, and they are getting sent to the backend. I installed...

I'll have to check the Docker Engine and Docker Compose version, but I tried to build the module on a server using the syntax in your sample Docker file. On...

I have an old Docker Build that was working 1 year ago, and I don't think I've changed anything in the configuration since then. I recently tried to rebuild my...

### Describe the bug. What happened? See this page for the documentation: [WEASIS Integration](https://weasis.org/en/basics/customize/integration/#download-directly-with-dicomweb-restful-services) It mentions the settings below, but says there are 4 properties. ``` IID_PATIENT_URL=weasis://$dicom:rs --url "{{qidoBaseURL}}{{qidoBasePath}}" -r...

Type: Question

I cloned the repo and then started it up as a Docker container on my dev system. I used a docker-compose.yml also, but I don't think that is related to...