Alexander Tebiev
Alexander Tebiev
Hello, Could you please add support of the new Fractal version - 0.20.0
Hello, first of all, thanks for the great tool, I have been using it for quite a long time. But it seems that the library needs to be updated in...
Hello, I am trying to run trilium under docker, i use this command from the official documentation: `docker run -d -p 0.0.0.0:8080:8080 -v ~/trilium-data:/home/node/trilium-data zadam/trilium:0.47-latest` And after this i got...
Hello, currently after pressing the authorize button JWT token sent along with requests until a user refreshes a page. After each page refresh, user should authorize again. Is it possible...
First of all, thanks for the great tool. Could you please tell me, is it possible to create time ordered UUID, such as Laravel's [Str::orderedUuid()](https://laravel.com/docs/9.x/helpers#method-str-ordered-uuid) ?
When I use the latest version of Rector 0.13.8 under php 8.18 I get these depreciation errors: ```bash PHP Deprecated: Return type of PHPUnit\Framework\TestCase::count() should either be compatible with Countable::count():...
Do you have any Ideas, why i get this error? ```shell > pre-autoload-dump: Vaimo\ComposerPatches\Plugin->postInstall Processing patches configuration - Removing league/fractal (0.19.2) Executing async command (CWD): rm -rf '/builds/builder/backend/vendor/league/fractal' - Downloading...
First of all, thanks for the projects. Could you please update mysql driver from ver. 5.1.47 to the latest 8.x to support MySQL 8.0. It [is given](https://confluence.atlassian.com/adminjiraserver/supported-platforms-938846830.html) that backward compatibility...
Hello, first of all, thanks for the great tool, I have been using it for quite a long time. But it seems that the library needs to be updated in...
I use github packages to store docker images. Imagine I have this package `ghcr.io/alpha/beta:latest` When I execute this command: `docker pull ghcr.io/alpha/beta:latest` everything is working, it means that the package...