Tim Etler

Results 11 comments of Tim Etler

The JS api method in particular is documented [here](https://developers.facebook.com/docs/howtos/login/getting-started/#step3). The getLoginStatus function takes a callback that provides you with an authResponse object with your accessToken, expiresIn, signedRequest, and userID, all...

I don't quite get that though. We use significant capitalization in pretty much every other language that has significant casing so why not use it with CSS as well? HTML...

Are word separators significant in BEM? I was under the impression that `foo` and `foo-bar` were just treated as token name blobs? I didn't happen to see any tooling mentioned...

I just upgraded to 2.8, but unfortunately it's still happening. I don't seem to have permission to re-open this issue.

yes this still happens On Mon, Feb 13, 2017 at 4:16 AM, Bolek wrote: > Hey - @etler , > is this still happening even in the latest versions of...

That's really cool! As soon as I saw the map though, I thought metroidvania! That'd be an interesting challenge, procedural making sure that all the exits are accessible.

Cool, I think I'll take a stab at it. I just wanted to check if there was interest in it so my effort wouldn't go to waste.

With all the AI APIs using SSE this is becoming more and more important. I can use websockets for internal streaming, but where we need to support SSE style APIs...

Thanks for implementing a feature for my request! Maybe it would be cleaner to extend the `PUBSUB_PROJECT#` value parser to have another level of delimiter for indicating the subscription endpoint...