Philip Graham

Results 13 comments of Philip Graham

So I'm not familiar with nvm's internals and believe you that it should fail, but, what I observed is that `nvm ls-remote` and `nvm install` would hang before I (re)installed...

`wget` is working in a general sense. Is there a specific command I can try to see if the problem is there?

So it looks like it is wget that's hanging (or just taking a really long time). Using `set -x` I was able to isolate the issue to this command: ```...

I don't think the `wget` binary is corrupted. It looks like it's trying and failing to connect to nodejs.com using IPv6 before falling back to v4 and succeeding. Is there...

This happens because ncp also applies the filter to directories. So, in your example, the filter will first be applied to `/folder1`. Since this path doesn't contain the string `index.html`...

Is it possible to build this app against the mosh master branch rather than the release? It doesn't look like mosh is going to have another release any time soon,...

I agree. I've implemented a simple refresh function to re-run the current route without adding history using `page.replace`. The function is simple enough only requiring a single parameter and does...

Test that demonstrates the issue: a1cdcce754894aa438cd46b787a5d6512e2f4dae Note that this test is in a branch that requires php5.3 and that the referenced commit is dependant on other commits to this branch.

I agree to licensing under the terms of the MIT license.