Logan Schmidt
                                            Logan Schmidt
                                        
                                    I am on Fedora 28 and the solution I found was changing `/etc/sysconfig/docker`: ``` OPTIONS='--selinux-enabled --log-driver=journald --live-restore' ``` to ``` OPTIONS='--selinux-enabled --log-driver=journald --live-restore --insecure-registry 172.30.0.0/16' ``` replace `172.16.0.0/16` with whatever...
I really really really need help with blacklisting... Atom 1.21.1 autocomplete-plus 2.35.11 Whenever I type ANYTHING this suggestion comes up:  No matter if I am writing javascript/python/php it tries...
@Alan-raceqs where did you "Which I fixed by replacing {}'s with []'s." If you have a fork/branch I'd be interested I'm about to do the same work myself. I use...
Yeah all good @Alan-raceqs For ref, if anyone else is curious what the changes are, I got it patched up here: https://github.com/d4rkd0s/animgif/commit/4dd151cbe40bd39bca5b0920e658130663a381d4 for my fork here https://github.com/d4rkd0s/phpfisx/commit/2ae0edd541156ce2d31b66df33c4197cfd798893
**EDIT:** _This works!!!! ❤️ Fixes the following issue: `Error! Binaries missing / corrupted please restart the app and disable antivirus.`_ I can attest, the installer .bat is SAFE and simply...
This looks like a networking error, I have had almost all errors possible, and the `an existing connection was forcibly closed by the report host` is usually a port forwarding...
I am still having this issue, what is the status of this? Is the fix to simply downgrade Atom on Windows 10?
Related to #67
I ended up running `php artisan vendor:publish maknz/slack` This produces the error: ``` [Symfony\Component\Console\Exception\RuntimeException] Too many arguments, expected arguments "command". ```
So to finish the job of installing `maknz/slack` I just ran a `php artisan vendor:publish` and `git stash`'d the garbage from the other packages... this was annoying and I wanted...