Andrey Helldar

Results 108 comments of Andrey Helldar

@Mathissou01 It's works for PHP 8.3 and 8.4. Thank you!

It [was](https://github.com/defstudio/telegraph/pull/642) released in [1.53.0](https://github.com/defstudio/telegraph/releases/tag/v1.53.0) version

@fabio-ivona can you close this issue?

At the time the Issue was created in March 2024, the playback steps were up to date and I was able to get this error several times in a row....

Feature usually contains tests that interact with the framework through API requests, and Unit usually contains tests that check the operation of any parts of the application “under the hood”...

@owenvoke you can see a repository: https://github.com/andrey-helldar/temp-laravel-zero-with-prompts ```bash git clone [email protected]:andrey-helldar/temp-laravel-zero-with-prompts.git test-prompts && cd test-prompts composer install vendor/bin/pest --filter FooTest ``` I ran into two new problems when updating the...

I've tried it on the following OS: - Windows (not WSL) - ok - Windows WSL (Ubuntu 24.04) - fail - Ubuntu 24.04 - fail

Me too. **Releases:** ![Image](https://github.com/user-attachments/assets/74a78510-55e5-45be-a5a5-5efb0c703ee3) **Labels:** ![Image](https://github.com/user-attachments/assets/9138ca7d-221f-4fb9-a89f-24eb916fb00e) **Configuration:** Show release-drafter.yml ```yml name-template: '$RESOLVED_VERSION' tag-template: '$RESOLVED_VERSION' change-template: '- $TITLE (#$NUMBER)' category-template: '## $TITLE' sort-by: 'title' sort-direction: 'ascending' include-pre-releases: true categories: - title:...

Fix for me: https://github.com/Laravel-Lang/.github/commit/4c9947494fd017272f42214b8fbbbf25d47ea227

> `include-pre-releases: false` didn't help for me, possibly because I also have `prerelease: true`: [acquia/cli@a448d71](https://github.com/acquia/cli/commit/a448d71f6effdee392f4f39b67571dca81343310) From the readme file: | Key | Required | Description | | -------------------------- | --------...