Russ Frank

Results 15 comments of Russ Frank

This is still an issue :( Could you possibly point me in the right direction to fix?

This is easy to test with a minimal testcase such as `SELECT test.somefield FROM (select * from sometable) AS test`, where `sometable` is a table with field `somefield`. I.e., any...

Interestingly if you convert my above example to use a CTE, it compiles fine. So that implies there's something wrong with the handling of subqueries.

we could also add a timing stat that's cluster-wide and only tagged by service name

Changed this to use publish.sh. It's real ugly but it runs the replacer, makes a temp commit, creates the package, then resets git.

I was running the test with v0.10.26. I just tried with node v0.10.34 and I'm still seeing my test fail. I looked at the source as well and figured the...

Tried that too. The `unzip` test will consistently fail, even if they are run separately or the `unzip` test is run first. And the `gzip` test consistently succeeds. Tried with...

There's actually this: https://github.com/trentm/nodedoc which does just that, but imo a more permanent solution is needed. I definitely do want to do this. The problem is: node doesn't drop the...

I wrote a really simple implementation that just pulls the docs from node's master branch using raw.github.com, but I'm going to keep this ticket open while looking for a better...