Viewing profile — zehtomer
zehtomer
HN member- Joined
- Thu, May 04, 2017, 2:59 AM UTC
- HN karma
- 29
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About zehtomer
No profile information was provided.
Recent public activity
-
comment
Comment #21457467
We're looking into improving the disconnect/reconnect flow! Hopefully will have some progress on that soon.
-
comment
Comment #21457463
We don't, this is using a private API.
-
comment
Comment #21455552
On the listen side, you can run `stripe listen --print-json` which will output the entire object. You can also resend events by doing `stripe events resend `. We'll see about docum…
-
comment
Comment #21455435
Hi all! I'm one of the folks who's been working on this for the past few months. I'm happy to answer some questions about the CLI or how it was built (using Go and websockets for p…
-
comment
Comment #14269308
I'm going to try to do some follow up posts in the next few weeks around building this and I'll work to incorporate some of that in there. It was definitely interesting getting thi…
-
comment
Comment #14266033
As bpicolo said, lots of Python. The API itself is a Python service running on Pyramid/uWSGI. Our focus on services internally means that the API delegates our REST requests to oth…
-
comment
Comment #14262365
Hey! I fixed reviews so the example should work now and pushed out a change to the developer site to fix a broken example I noticed.