Mike

Results 45 comments of Mike

> This is because ALE is unable to find the root of the project when you create it inside GOPATH. When using go module the project contains a go.mod file...

I too store my credentials in lastpass and would love to see this feature! The other option to env vars would be just to add CLI arguments: `fb-messenger-cli --user $(lpass...

I have this issue every few days also.

> I fixed this for me by deleting my `.kryptonite` package in my `node_modules` folder. Afterward, I log in and wait for the conversations to come in. Yea, I'm on...

@hectron, yep I was looking at the same folder as you and I don't have .kryptonite. ``` ╭─mike@archvm ~ ╰─➤ ls -ahl $(dirname $(which fb-messenger-cli))/../lib/node_modules/fb-messenger-cli total 40K drwxr-xr-x 5 mike...

> I'm also having the same issue @hectron, FYI - I ended up switching to https://github.com/vtr0n/TelegramTUI for my command line messaging

@TomTorger, thanks for the share. The dbus volume mount fixed my issue!

@ismarslomic, sure. This is my compose snippet: ``` home-assistant: container_name: home-assistant hostname: home-assistant image: ghcr.io/home-assistant/home-assistant:latest environment: TZ: 'America/Edmonton' volumes: - ./volumes/ha:/config - /etc/localtime:/etc/localtime:ro - /var/run/dbus/:/var/run/dbus/:z restart: always network_mode: host depends_on:...

FYI - I used `terminalizer` to record the gif. These are some basic instructions. Install: `npm install -g terminalizer` Basic Usage: ``` terminalizer record demo terminalizer render demo ``` See...