Results 7 comments of Grayson Smith

@rickpoisson If Ronald's method doesn't work for you, I was able to find the API key and secret in the decompiled android app....it was just buried very deep ;) I...

@smar000 I'm not sure how much I can give away haha, but I used grep to search for relevant places in the code. e.g. `grep -R Basic .` (note the...

@ronaldmannak, I've been able to make requests to the US server after actually using the `.us` domain haha. I'm not quite sure exactly what is going on though. Inside the...

Had the same problem, at least for me it was saying the `Task_t` struct field, `Parent` was to blame. Looking at the [Asana API documentation](https://asana.com/developers/api-reference/tasks#), it seems `Parent` is now...

@joyousrabbit @Ashwinning I'm having a very similar problem...I tried @joyousrabbit's fix, but it didn't seem to help :/ Any ideas on this?

@ceekay1991 Not sure if you saw this PR, but it works for me! https://github.com/nst/RuntimeBrowser/pull/29

Okay, yeah for some reason the `dist/` folder was called `lib/` on mine after running `npm run build`? And then I think docker was getting confused by the `_dev` names...