Eglė Jusytė

Results 40 comments of Eglė Jusytė

Hi, thank you for phpmailer! I use exim to handle DKIM preparation, works even faster, because process dedicated and optimised for email sending/receiving is handling it. So in case you...

I will not state anything, but in **my opinion** Yii 1.1 projects that might be concerned with this change do not use composerised setup and probably will not upgrade anyway...

Hi, will provide feedback after a few days of usage :-)

Okay, so previous errors disappeared, but errors such as this still appear: ``` 13:08 PHP Insights Can not correctly run the tool with parameters: analyse /private/var/folders/_8/1zyhztyj0szg4nvpdphkny1c0000gn/T/phpinsights_temp.tmp/_ide_helper.php --format=json --config-path=/Users/juslintek/Projects/myg2/config/insights.php Possible tool...

Yes, it provides the link, sorry. And as well there is a context menu item titles "Add to Ignore List of..." to do that for the file-types add to inspections.

Got related error to current issue: ``` Details: Current thread: Thread[Alarm Pool,4,Idea Thread Group] 1795570619 ; dispatch thread: false; isDispatchThread(): false SystemEventQueueThread: Thread[AWT-EventQueue-0,6,Idea Thread Group] 388866177 java.lang.Throwable: Read access is...

Open laravel project with `nunomaduro/phpinsights` installed publish its configs, change them to: ```php

Hi, same issue in 2023. It add something like that: ```nginx #ACME_NGINX_START location ~ "^/\.well-known/acme-challenge/([-_a-zA-Z0-9]+)$" { default_type text/plain; return 200 "$1.um-kdPjwG6fqLDAMavVp27uEsnRNRDH3TKtAjGHTkNo"; } #NGINX_START ``` to my server configs: ```nginx server...

Why not use nginx as proxy or haproxy or other lightweight web servers on top or cloudflare origin ssl instead?

I guess it could be where inspections display their stuff: ![image](https://user-images.githubusercontent.com/5687423/91436737-60ba6c00-e871-11ea-8707-2fc63bbb3596.png) And as well could be at the bottom tab to preview nice HTML formatted score for the whole project...