weavenet
weavenet
@nickoneill @machadogj Thanks for the feedback. I previously saw the connection die and not be able to reconnect, however have not been able to dig in and troubleshoot as it...
Not sure, but probably easiest to recreate it. > On May 6, 2018, at 2:49 PM, nickoneill wrote: > > Is there a straightforward way to apply the ssh config...
Hi nick, I’d recommend you check the various logs in /var/log for errors, timeouts, etc. defiantly messages and also see if the VPN service has a separate log. Let us...
Looks like readfile needs to be switched to multiple reads. ``` That makes more sense - ReadFile is trying to create a 15GB slice, and can't (even if your machine...
@MattSeen Thanks! If I understand your use case correctly, you should just need to update the formatter with the data you'd like displayed. https://github.com/brettweavnet/trello_cli/blob/master/lib/trello_cli/formatters/card_list.rb#L4-L15 You should be able to display...
@MattSeen Ah, sorry, it appears I do pull out the specific fields in the object in the command: https://github.com/brettweavnet/trello_cli/blob/master/lib/trello_cli/cli/card/list.rb#L13-L15 You should be able to add the variables to that hash...
Hit this when doing a setup of two Heirlooms back to back that used the same bucket (think it may have to do with EC of setting up buckets)
Seen multiple times, looks to be due to trollop
Rick, I was thinking about a possible solution for this kind of use case. Rather than add a specific sub command for this, I was thinking we could add a...
Yeah, that is what I was thinking, but we can play with the variables. Still have not fully thought it out, but my initial thought is I envision it being...