Dan Brown

Results 72 comments of Dan Brown

Ok. I pushed on this a little more and ran into a problem with ambiguous implicits—maybe it's related to what you encountered before? If I don't find more time to...

(@michael-erasmus I ran into the same problem combining docker and ipython, and fixed it by stuffing my ipython invocation in `sh -c` like `docker run ... sh -c "cmd arg...

I'm seeing a similar problem as @despairblue on atom 1.24. I went ahead and opened a new issue for it: https://github.com/t9md/atom-narrow/issues/288.

> How similar? Yeah, sorry, not very similar. The effect is similar, but the cause seems unrelated. I'm not seeing the atom error and I'm on the newer atom version.

Hmm, yeah, it makes sense that you'd have to handle `$` blocks specially. One complication would be something like this: ``` a b x y z 0 1 2 ```...

@wild-endeavor Wait, I think you're missing a key high-level idea here: - I'm proposing that NamedTuples/Outputs should only be used for "multiple/named outputs", and _not_ for anything about inputs -...

>> Can we keep the same usage pattern as NamedTuples? That is, using them will be a two step process: >> - Step 1. Create the type MyGroup = Outputs(a=int,...

+1 I'm also curious what the best practice is here since EBS is one of our bigger cost centers. Are we stuck having to add automation that ensures all EBS...

@panthomakos Yeah, I don't think there's an automatic way to give `Name` tags to ebs volumes on creation, so I gave in and wrote a script that we run in...