Kirill Devope
Kirill Devope
arm-based macs were released by the end of 2020, last release was on Jan 3, 2020 I think that there is no chance.
Actually I found out that in the `README.md` was mentioned a wrong file to config. On macOS it is: `~/Library/Application\ Support/dropignore/dropignore.yml`. I moved my settings there and everything work just...
I'm sorry. My feature issue is referring to the VSC docs site. I was redirected to this repo but didn't realize that is dedicated to the VSC editor itself. Where...
Setting this `xdebug.profiler_output_name=cachegrind.out.%R.%u` in ini config helped and resolved the problem. It changes the `x-xdebug-profile-filename` HTTP header to something like this: `/var/tmp/cachegrind.out._blog_comments_.1718983024.458211.gz`. I should also notice that sometimes I got...
This library works with text only. You need to decode audio to text first, than you can use library.
@tinebasilio it is not a package related problem, you have an error with `artisan` command. Check your system configuration.
I don't have access to Android device, so I can not provide errors
I did laravel logging, and noticed that `null` is returning.
Looks like it is FilePond issue for some Android phones. As example: ``` Mozilla/5.0 (Linux; Android 14; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.7204.179 Mobile Safari/537.36 ``` Sorry for raising it...
Agree, it helped me too, thanks guys.