Results 88 comments of Ruben Laguna

I wrote a fix for this in http://github.com/ecerulm/disqus/commit/91d5810c5fc6676f828a4fe17768e0e04b526bbe

The only way that I found to parse `+00:00`, `+01:00`, etc back to pendulum timezones is to ``` pendulum.parse(datetime.datetime.utcnow().isoformat()+tz_string_plus_number_color_number).tzinfo``` In other words, get a regular naive `datetime.datetime`, converted to iso...

Just for completeness this is the warning that you get when trying to clone this repo in macOS: ``` git clone https://github.com/BasPH/data-pipelines-with-apache-airflow Cloning into 'data-pipelines-with-apache-airflow'... remote: Enumerating objects: 1492, done....

> we've actually donated this chart to the official Apache Airflow repo, so that the project can actually have an "official" helm chart. > Ideally we can all work on...

Changing to US instead of US International work but it's not really an option for many (for those of us that write in several languages like spanish, english and swedish...

well, yes, I stopped using macvim (and VimR) because of this. I know I can use Swedish Pro , as you say most of the keys are accessible via modifiers....

@ychin I tried disabling the "Drawed Marked Text Inline" options and **it did work!** So I use the following example text: This text contain the swedish letter ö and the...

@ychin when @bighi said > It's the only thing preventing me from using MacVim (and many others, since everyone on my company alerted me not to try) I think he...

@marcellodesales , but the problem is not with `provider "kubernetes"` but with `provider "kubernetes-alpha"`. Using your approach still gives `Error: rpc error: code = Unknown desc = no client configuration`...

I think that Lens.app will do the following PromQL query https://github.com/lensapp/lens/blob/589472c2b53a0e65e452d36078a71ce4f642d1b7/src/main/prometheus/lens.ts#L82-L83 So I tried that against the prometheus server ``` minikube kubectl -- port-forward -n lens-metrics service/prometheus 8080:80 ``` And...