Aleksejs Žizņevskis

Results 6 issues of Aleksejs Žizņevskis

### Same as #468 except that solution provided there (draging shortcut from desktop to taskbar) does not work either. ![image](https://user-images.githubusercontent.com/2618636/148905282-76861bcc-af92-4a58-a3e1-b5ff38d77e0b.png) ![image](https://user-images.githubusercontent.com/2618636/148905263-67c4ae78-9cd7-43cc-abcf-039f10db44f5.png) ### Pinned program is named *"PDFsam Basic"*, but when...

Versions according to https://pkgs.alpinelinux.org/packages ### .Dockerfile for `pecl install tensor` ```dockerfile FROM php:7.4-fpm-alpine RUN apk update && apk --no-cache add --update \ # Optional To Compile Extension # A C...

Hello! I've found out that mapping is not working if database connection is set within models `__construct()` method by calling `$this->setConnection( config('custom.connection') )` ```php namespace App\Models\ERP; use Illuminate\Database\Eloquent\Model; use Sofa\Eloquence\Eloquence;...

Hello, How is the research on https://github.com/RubixML/DL/issues/1 going? Whole repository seems to be archived few years ago.. Will there ever be a GPU support on PHP with Tensor extension? Or...

Hello, #99 issue is very similar, but was closed with a fix, which actually fixes only #109 , as `contains` refers to comparison within a string, not a list. It...

`php artisan vendor:publish` doesn not copy config file resulting in `Nothing to publish for tag [].` **vendor/zalazdi/laravel-imap/src/Providers/LaravelServiceProvider.php** at line 19 `__DIR__.'/../config/imap.php' => config_path('imap.php'),` Should add one more folder path exit...