Kassym Dorsel
Kassym Dorsel
I would agree with you that the documentation is confusing, but this clears things up with a nice simple solution, thanks!
I was able to change the postgres query to make this work as is. For future reference ``` select to_timestamp(lower(sched)) as time, 'metric ' || slot::text as metric, 1 as...
I ran through this this weekend and a few comments which might help someone: Before installing pycurl I did this: ``` brew install openssl export PYCURL_SSL_LIBRARY=openssl ``` I also had...
@grafoteka No, I did not have any of those issues. I had other smaller errors of brew/pip conflicting and not linking, but that's a quick fix. Do you have the...
Can you maybe make a gist of the all the terminal output when running this scrript?
I'm thinking recursive parsing approach. Initially loop through the full implementation and create blocks with start line(s), content and end line. Start line examples: `If mybool1 and mybool2 then` `case...
All sounds good to me, I'll make the changes. One thing I'm unsure about is what to do with multi assignments. `a := b := c := 4;` Are these...
Ok, now supports fixing multiline function calls (not inside an if though). Also fixed a bunch of other parsing issues. One major item that needs to be addressed is recursively...
> @kdorsel did you succeed in establishing a persistent connection? > If so: how did you do it ? I am facing the same problem. I found this other EIP...
The 0.3 release seems to have broken this. For me anyways...