Jared Allard

Results 44 comments of Jared Allard

@shanestarcher-okta Wouldn't it make more sense to not call the survey at all then? Seems like calling `$EDITOR` yourself is more preferable here

It's worth noting we solved this problem (for restic (velero)) with https://github.com/getoutreach/vcluster-fs-syncer. Of course it's not perfect but worth pointing out :D

I'd suggest using mocha. It's really easy to utilize and I'm experienced in writing cases :) If my current project utilizing this works well I'll look into write a few...

We're still working on docs, but we have a tool we've been working on for a few years now we just open sourced: https://github.com/getoutreach/stencil

I'm also providing up-to-date logdna-agent docker images here: https://github.com/jaredallard-home/multiarch-images @smusali Your team is welcome to take my Dockerfile and... just use it instead of the current one. It's really that...

Learn something new everyday, awesome, well a better error message is probably the best in this situation!

Also trying to do this, so far it seems impossible.

+1 This would make ScreenCloud my go-to for everything screencapture related, aslong as it's well-implemented. Compilied From Source Arch Linux user here

In case it's interesting we solved this in our fork of KinD for single node clusters by letting Docker assign a stable IP address and then using it to prevent...

Here's a workaround for `~/.ssh/known_hosts` for those running into this: ``` ssh-keyscan -t rsa github.com > ~/.ssh/known_hosts ssh-keyscan -t ecdsa github.com >> ~/.ssh/known_hosts ``` This seems to 100% of the...