Stephen Searles

Results 8 issues of Stephen Searles

I'm playing with your code to try to learn about window managers, maybe build something to use on my TV, and I think these comments might help the next person....

```

help wanted
ast
parse

We are currently parsing ``` echo (int)"0" || false; ``` As if it was ``` echo (int)("0" || false); ```

To do an intermediate transpile, we will need to translate common PHP functions and classes to Go equivalents. This may happen at two levels. The first is to provide functional...

To do an intermediate transpile, we will need to translate common PHP functions and classes to Go equivalents. This may happen at two levels. The first is to provide functional...

Hey, I updated the project so it works on the newest XCode 4 and iOS 4.3. I also added some instructions and moved some files around to prevent some errors...

The documentation on `NewClient` states: ```Note that if a custom *http.Client is provided via the Context it is used only for token acquisition and is not used to configure the...

There is a corner case causing an infinite loop that occasionally occurs on the phpconsole program.