Iain Earl
Iain Earl
Ah yea that is cleaner, however when I debug log the `e`, the `column_name` shows as `None` 😕
You can just create it with `mkdir ~/.mozilla/native-messaging-hosts` then copy the manifest there. Can't say for Gentoo but it works on Arch and Void
For what it's worth, I fixed this by adding this to my `~/.tmux.conf` ``` set -g default-shell '/usr/bin/fish' ``` After adding that line and restarting my tmux session, I can't...
> One way to fix this is adding the below code to the go.mod file `exclude github.com/mattn/go-sqlite3 v2.0.3+incompatible ` Thank you! This fixed my problem. When I ran `go get...
I just hit this by accident. We have roles with a MaxSessionDuration of 3600s. I used the flag to set the value to 3600s to match and was surprised to...
Thanks for getting back to me! I couldn't see anything in the docs about it so I assumed it wasn't supported. I was just wondering as when I run the...
Cool, thanks for letting me know!
Thanks for the reply! For the moment, I've got around the issue by changing run to a function that only runs the command if it exists: ```lua ... run =...
I've done a small PR that implements a solution for this, let me know if it's what you had in mind!
If it's a non-secret value, could you echo it to a /tmp file at the end of task 1 and then cat that file into a variable at the start...