Adam Israel
Adam Israel
@joefitzgerald What would the right approach here be? The snap-installed golang binaries would be in /snap/bin, so that could be added as a lookup path, or as @bigs suggested, falling...
@joefitzgerald Yep, confirmed. Ignore the duplicate paths; I clearly need to clean this up a bit: ` process.env.PATH "/home/stone/bin:/home/stone/go/bin:/usr/local/bin:/usr/local/sbin:/home/stone/bin:/home/stone/go/bin:/usr/local/bin:/usr/local/sbin:/home/stone/bin:/home/stone/go/bin:/usr/local/bin:/usr/local/sbin:/home/stone/bin:/home/stone/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/stone/.oh-my-zsh/custom/plugins/desk:/home/stone/.oh-my-zsh/custom/plugins/desk:/home/stone/.oh-my-zsh/custom/plugins/desk" ` `/snap/bin` includes: - go - gofmt - go.gofmt Might there...
```bash $ which -a go /snap/bin/go ```
I've been trying to debug this a bit. I haven't found exactly where the failure is coming from within the plugin, but I can confirm that atom installed from .deb...
I think it's an interesting idea. So far all the comments on it have been positive, but I see one thumbs down. @adamgibbins or anyone else have feelings against?
Not in it's current form. 1pass looks for the 1Password.agilekeychain on the local drive, so something would need to be written to represent the cloud-based vault.
Are you 100% sure you're using the right password to unlock that keychain? If so, anything weird or different with how that keychain was created? You could use pdb to...
I don't know if the functionality is there yet, but it's on the list of things I'd like to add!
I'm running into the same issue: microk8s 1.18.20 Ubuntu 20.04.4 Kernel 5.16.11-76051611-generic For similar reasons to @bhperry, I can't upgrade the microk8s version. This seems more like a kernel issue....
@le93us If you just want to test gowebapp, `cd $GOPATH/src/github/grisha/gowebapp` and then run `gowebapp`. That'll make sure it uses the content from this tutorial.