Alex

Results 10 issues of Alex

Use Laravel 6.5.2, PHP 7.2.26 (also try 7.3.3) and "yajra/laravel-datatables": "v1.5.0" The data table appears but doesn't have any data. Model Apartment contain data. **Routes** ```php Route::resource('apartments', 'ApartmentController') ``` **Controller**...

question

I'm trying to delete a file field, but it is not deleted and will remain in place. ```$form->remove('file_field');```

Change "провсмотра" to "просмотра" ## Description Update Russian lang to fix wrong word "провсмотра" to "просмотра". ## Testing Steps Send recording to user and check mail

How can i use my own TURN server with testrtc?

Было бы не плохо добавить в скрипт поиск и файлов из highload блоков!

Hello! I try to execute ``` docker run --rm=true --volume=${HOME}/tmp/streamkit:/tmp/streamkit \ ddragosd/ffmpeg-vod-transcoder:latest --configJson={\"source\":\"http://s3.footagesearch.com/demos/naturefootage/Q4/OF-04-Fish-Demo-Q4.mp4\"} ``` And has error: /tmp/streamkit/OF-04-Fish-Demo-Q4_-2_720_2200_kbps.mp4: Permission denied Full log: ``` . ____ _ __ _ _ /\\...

I get the following message many times when I run app/import.script/import.php ``` PHP Notice: Unknown: COPY Design collection not in named object table. (errflg=2) in Unknown on line 0 ```

Try config ``` [[InputUnix]] type = "sock" Path="/var/run/dnstap.sock" user = "dnsdist" [[OutputFluent]] type = "tcp" Host = "Fluent_ip" port = 24224 Tag = "dnstap.mydnd" ``` And get error ``` dtap...

When run migrations room I have many error like: ``` Unable to migrate Room: UID: XXX-XXX-XXX-XXX Name: Some name of room Provider: ldap Errors: Something went wrong when sharing the...

Hello! I try to configure ADFS as OpenID Connect. Config: ``` OPENID_CONNECT_CLIENT_ID=_ADFS_GENERATED_UUID_ OPENID_CONNECT_CLIENT_SECRET=_ADFS_GENERATED_SECRET_ OPENID_CONNECT_ISSUER=https://adfs.example.com/adfs OPENID_CONNECT_REDIRECT=https://greenlight.example.com OPENID_CONNECT_UID_FIELD=sub ``` When try to authorize has error: ``` greenlight-v3 | D, [2024-03-29T09:05:35.054054 #1] DEBUG...