Danny Sauer
Danny Sauer
The ask here is basically that there be a mechanism by which the URL is signed exactly as passed in without tampering. Default to assuming users want their mistakes silently...
Weird that this isn't assigned to anyone after two years. I didn't think I'd be the first person ever who wanted to provision users to GCP users with Ansible. :D...
Force-push adds a test case and adds my name to THANKS, per the commit guide (even though I'm not sure a 1-line contribution really warrants that 🤷) Test case should...
It's a fine argument to make, but I don't see tag support in this code's implementation of the statsd protocol. So that seems unlikely to happen. :) If the code...
> `git tag ... sed -n '1 p'` gives no output for -ee Yeah, the -ee repo Makefile includes `-ee` on the grep. Looks like this now in agent/Makefile, for...
Corresponding EE PR, @asnelling determined-ai/determined-ee#524 It'd be better if we just set a `$suffix` to en empty string or `-ee` depending on the repo. But there are a couple other...
The OpenSUSE Open Build Service can generate RPMs and Debs (and Arch packages) upon webhook events from GitHub, and then provides a repository the end-user can add to their system...
> Hello @dannysauer are you still working on this ? Sorry @oknozor - I unexpectedly left SUSE about two days after that (acquisition and surprise firings of a few whole...
So, what I'm currently doing is ```shell export AWS_PROFILE=myscript-12345 aws configure set role_arn arn:aws:iam::12345:role/somerole aws configure set source_profile default ``` That kinda sucks, because it modifies the config file for...
I want to suggest that no one sane is using these functions in a pipeline, because the behavior is completely insane. So it's unlikely to break anything. But maybe that's...