Dharam

Results 8 comments of Dharam

more info on this: My region was already set in my terminal env `AWS_REGION=us-west-1` and was getting pulled in for the upload step, which succeeds. If I `unset AWS_REGION`, the...

~This was not the case until a recent update. Why is this the default??~ EDIT: I'm an idiot, this is clearly an android/google setting that they modified to enable by...

The file was saved with one line in it and the kernel had been instantiated prior to that one line save. I attempted to click on the bottom left of...

no, it was supposed to continue the loop until a variable was defined. Like this: ``` some_var = None while not some_var: i -= 1 if i == 100: some_var...

I think the issue is that while the kernel is busy processing the infinite loop, the entire window in atom freezes. You can't cmd-shift-p or anything like that. The only...

I can take a video of this if you can't repro

+1 we ran into the same issue with internal tooling expecting real cluster names instead of aliases. I'll do the work around and share with others, but I can't imagine...

strike that. I was able to get this working by recreating the original context. I now have the aliased context and the original context listed, so I can reference the...