Viewing profile — gary_chambers
gary_chambers
HN member- Joined
- Wed, Jul 14, 2021, 3:58 PM UTC
- HN karma
- 52
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About gary_chambers
No profile information was provided.
Recent public activity
-
story
Show HN: A browser extension to make reproducing bugs easier
Hi HN! I've been working on this project for a while and I'd love to get your feedback. Repro is a browser extension for creating replayable bug reports. It uses session recording …
- story
-
comment
Comment #31246457
I agree that WS replay could be very powerful, but I'm not sure it's straightforward. Once you get out of the realm of request/response and you are dealing with subscriptions, conn…
-
comment
Comment #31238232
Both rrweb and OpenReplay are very solid projects. I've spent the last year or so building a session recording tool, and I've scrutinised their code quite heavily. Conceptually, se…
-
comment
Comment #31237998
Congrats on the launch! I've been looking forward to this launch for a while; I've spent a lot of time experimenting with session recording and how it can work for regression testi…
-
comment
Comment #31205916
Some screenshots of Repro in action... The Repro toolbar: https://repro.dev/screenshots/repro-toolbar-closed.png Element picker: https://repro.dev/screenshots/repro-picker.png Savi…
-
comment
Comment #31205679
That's a very fair point - thank you! I don't have a demo video to hand (I will make one soon!), but this is an example of a saved recording: https://share.repro.dev/ZESo4eZ7ZUf279…
-
story
Show HN: Repro – the time-travel web inspector
Hi HN! I'm Gary, the creator of Repro ( https://repro.dev ), the time-travel web inspector for replayable, shareable bug reports. It is available as a free Chrome extension today (…
-
story
Ask HN: Do you pull and run code as part of code review?
I've been having a debate about whether code should be checked out and run locally (or on a staging environment) as part of code review. Personally, I find it easier to review a ch…
-
comment
Comment #30376843
I see you played the same meta-game that I did. It took me a few tries, but I ended up with: WHISK, FRONT, GLADE, BUMPY. Probably not in the spirit of the game, but once you have 2…
-
story
Ask HN: What does code review look like in your team?
I lead a small team building web apps, but we currently have very little structure around code review. I want to get the right balance of process and tooling, but it would be inter…