Evan Galpin
Evan Galpin
@ankit-arora-369 I think this provides what you're after ([Official Docs](https://cloud.google.com/compute/docs/instances/create-start-preemptible-instance#detecting_if_an_instance_was_preempted)). Note that I have found this to work both from within a GKE node as well as within pod on...
Note this may be related to #7863
@Jackie-Jiang extracting a field is definitely a good approach for some use cases. Perhaps JSON is a bit of a red herring; what I really would like to see supported...
I was actually considering using IN_PARTITIONED_SUBQUERY as a way to implement rudimentary nested column support. I think this could potentially be implemented natively without the need for IN_PARTITIONED_SUBQUERY in the...
Got it, thanks for the insights! Do you imagine that–hypothetically–if this were implemented natively, the ability to write the nested records out-of-band could be maintained? I think this would be...
Thanks for logging this. Which OS are you using?
@ppLorins please be sure to update/checkout the latest version of `apt-vim`. After trying that, let me know if you have any problems :-)
thanks @alvarojoao, I appreciate the kind words :-) Thanks for reporting your findings. I thought I had most things compatible with python2 and python3, but perhaps I need to revisit....
The instructions in the readme work for both *nix and Mac OSX (...*nix). As for Windows, I was assuming that someone using Vim on Windows would also be using Cygwin...
Awesome, thanks for the info. You're spot on; the install script definitely doesn't take into account escaping Windows' PATH. RE your new error, this also makes sense. When trying to...