sk

Results 5 issues of sk

I googled and can't seem to find what exactly this variable is and where it comes from. I'm not sure if this is happening because I don't have a particular...

Hello, My .env has MYSQL_HOST=db in my .env and when I run sudo docker-compose up --build I get: ``` db_1 | 2017-06-21T14:27:52.538551Z 4 [Note] Aborted connection 4 to db: 'phantom_dc_development'...

Hello, Fails as follows: ``` TASK [eve-tweaks : Copy libinput touchpad pressure tweak file] ***************** fatal: [localhost]: FAILED! => {"changed": false, "checksum": "9cb56d667cd390aa928d9d760bb5739b4f0d9c1d", "msg": "Destination directory /etc/libinput does not exist"}...

**Describe the bug** Hello, I walked through the tutorial and setup the docker containers w/out any issues. I have the nginx server running and I am able to resolve http://localhost:8888/create/copilot....

Hello, Followed installation instructions, my init.lua looks like: ``` local yourPath = '/Users/sk/Documents/Work/BradensPoon/' package.path = yourPath .. '?.lua;' .. package.path; require('init') ``` And when I attempt to run I get:...