Lito

Results 16 issues of Lito

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | Library version | 1.13.0 Related with https://github.com/nunomaduro/phpinsights/issues/23 will be a great...

enhancement
good first issue

Hello! symfony dependencies on this project are 4 and 5 and Laravel 9 requires version 6. ``` Problem 1 - Root composer.json requires nesk/puphpeteer ^2.0 -> satisfiable by nesk/puphpeteer[2.0.0]. -...

* Version: 1.0.10 * Laravel: 9.5 When a SQL error occurs, some times I want to copy only a part of SQL query or simply select some part to hightlight...

feature request

* Version: 1.0.10 * Laravel: 9.5 I have some SQL queries with large table names and columns and when a error occurs, the SQL is not fully visible on the...

I have this code in a Laravel Command: ```php Kafka::createConsumer() ->subscribe($this->topic) ->withConsumerGroupId(config('kafka.consumer_group_id')) ->withHandler(fn (KafkaConsumerMessage $message) => $this->handler($handler, $message)) ->stopAfterLastMessage() ->build() ->consume(); ``` This command is executed in a cronjob every...

Some users (like myself) have cookies disabled by default in our browsers (especially mobile) to try protect privacy a little bit more. If you use `localStorage` with cookies disabled you...

From this issue https://github.com/nodemailer/nodemailer/issues/709 Can we use `requireTLS: true` with `secureConnection: false` for servers using 587 as SMTP port?

Related with issue https://github.com/psalm/psalm-plugin-laravel/issues/271

release:fix
release:patch