new-user-name

Results 5 issues of new-user-name

I don't know should I post this on PHPstorm forum or here. ![image](https://user-images.githubusercontent.com/70009383/163464307-1f8d8917-b61f-40f5-aebf-a8778026c938.png) The program works fine, but the code checker is not OK. 1) Setiings/Directories/Vendor/Irazasyed added with subdirectories --...

Hi, `bg-gradient-to-r from-purple-500 to-pink-500` gives ``` background-image: background-image: linear-gradient(to right, var(--tw-gradient-stops)); background-color: #8B5CF6; background-color: #EC4899; ``` Shouldn't it be ``` --tw-gradient-from: #8B5CF6; --tw-gradient-to: #EC4899; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); background-image: linear-gradient(to right,...

Windows 11, not WSL2, plain Windows installation from terminal. ``` src\Language\Haskell\Ghcid\Terminal.hs:66:21: error: Ambiguous occurrence ‘wM_SETICON’ It could refer to either ‘Graphics.Win32.Message.wM_SETICON’, imported from ‘Graphics.Win32.Message’ at src\Language\Haskell\Ghcid\Terminal.hs:16:1-29 or ‘Language.Haskell.Ghcid.Terminal.wM_SETICON’, defined at...

Может я ошибаюсь, но php версия работает не так, как js. В js пол определяется автоматом, а здесь надо сначала его определить через класс, а потом скормить трейту. Довольно странно....

Thanks a lot for your excellent package. I'm moving now from 4.8 Framework to .Net 8. It's going on with problems here and there. Maybe you have some migration advice?..