Zishan

Results 5 comments of Zishan

I also got an empty array for a few FTP servers but works fine on others. After some debugging found that removing `-aln` from the ftp_rawlist in the package works....

![image](https://user-images.githubusercontent.com/3089863/173302377-ac4eec72-713e-4e45-b664-ea26af20fac9.png) Seems like `Multicraft 2.3.5 FTP Server`. It's a Minecraft server management panel lot of hosting companies use. Don't know what running use under the hood. It get installed in...

Will changing toolset work as told in [Source SDK 2013 Getting Started page](https://developer.valvesoftware.com/wiki/Source_SDK_2013)? > Although Source SDK 2013 currently does NOT compile with Visual Studio 2015 (bug report) you can...

@malortie I have chosen "Not to update" but it's showing errors when I try to compile in VS2015. How can I change toolset coz there is no option to change...

Here is little hack to use multi-select in both light and dark-mode with tailwind. ```css /* in your app.scss of laravel */ .multiselect .multiselect__tags { @apply dark:bg-gray-900 dark:border-gray-700 dark:text-gray-300 }...