Sandor Semsey
Sandor Semsey
I had the exact same issue. Running `git status -s` before `prettier` in the workflow revealed that a previous step (code style check with `php-cs-fixer`) created a cache file with...
I understand the issue now. The problem is not the directory, `/usr/share/bash-completion/completions` is the future-proof place (`/etc/bash_completion.d` is deprecated) for completions in Debian and Ubuntu also. The issue is that...
The `profile_pic` feature was restored on **April 1, 2021** (along many more since then). From the [Changelog](https://developers.facebook.com/docs/messenger-platform/europe-japan-updates) ``` Messenger API features restored as of 4/13/2021: User Profile API profile_pic field...
Thanks @UziTech! I was about to kiss goodbye to Atom because of this (which will inevitably happen though), but installing via repo solved my case as well. For me the...