I make music (soundcloud.com/brianvaughn) and software (github.com/bvaughn).
- Brooklyn, NY
- http://www.briandavidvaughn.com
- @brian_d_vaughn
Block or Report
Block or report bvaughn
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
react-virtualized Public
React components for efficiently rendering large lists and tabular data
-
react-window Public
React components for efficiently rendering large lists and tabular data
-
-
progress-estimator Public
Logs a progress bar and estimation for how long a Promise will take to complete
-
react-highlight-words Public
React component to highlight words within a larger body of text
868 contributions in the last year
Activity overview
Contribution activity
April 2022
Created 27 commits in 3 repositories
Created 2 repositories
Created a pull request in RecordReplay/gecko-dev that received 15 comments
Update React DevTools backend from 4.17.0 to 4.24.3
Relates to RecordReplay/devtools#6075
This PR follows the steps outlined here to update the React DevTools (Firefox) react_devtools_backend.js:
Fr…
Opened 30 other pull requests in 3 repositories
RecordReplay/devtools
2
open
21
merged
4
closed
- Unloaded Network requests should be dimmed and unseletable
- Gracefully handle the case where there is no selected request
- RequestDetails guard against empty "cookies" request header
- Remove some console logging
- Eslint sort autofix
- ESLint rule cleanup
- lint:fix script uses trunk check --fix
- Setup Trunk Webapp to sync nightly
- Address pre-existing 'react-hooks/exhaustive-deps' rule violations.
- Elevate ESLint react-hooks rules to error level
- Update Trunk and ESLint dependencies
- NPM lint rule uses Trunk to better align with CI
- Eslint sort should fail
- Add ESLint rules for sorting keys, vars, and imports
- Update package-lock.json
- Webconsole message component cleanup
- Remove unnecessary console logging
- Add CMD+F (search) to Console
- Memoize pending comments to prevent unmounts/remounts "flicker"
- Add loading tooltip while React DevTools picker initializes
- React DevTools skips protocol version check
- Fix React DevTool left/right arrow toggle keys
- Changed comments to sort by 'point' rather than 'time'
- Fix WebConsoleApp tests
- Fixed comment.tests
- Some pull requests not shown.
facebook/react
2
merged
RecordReplay/gecko-dev
1
closed
Reviewed 34 pull requests in 4 repositories
RecordReplay/devtools
25 pull requests
- Unloaded Network requests should be dimmed and unseletable
- Keep showing the total points in a breakpoint panel even while in playback
- ObjectInspector: ensure all ValueFronts are loaded (#6479)
- Don't set pointer-events none to the gutter's + button
- upgrade trunk and remove deprecated repo section from config
- Gracefully handle the case where there is no selected request
- Still show the team dropdown even if the user doesn't have any teams
- Add a way to salvage your replay session if the backend chooses to unload some regions for the user
- Setup Trunk Webapp to sync nightly
- RequestDetails guard against empty "cookies" request header
- Wait for basic processing before fetching messages
- Use the heatmap hit counts in the breakpoint panel's status's denominator
- Fix semgrep
- Address pre-existing 'react-hooks/exhaustive-deps' rule violations.
- Remove unneeded caching from CI workflow
- Add CMD+F (search) to Console
- Remove console ComponentMap
- Migrate remaining selectors to TS
- Fix QA Wolf test related to navigating while editing focus
- Memoize pending comments to prevent unmounts/remounts "flicker"
- Dependabot should only update dependencies once a month
- Add loading tooltip while React DevTools picker initializes
- Fix theme bug
- Update react-devtools-inline, react, and react-dom dependencies
- Fix eslint
- Some pull request reviews not shown.
facebook/react
5 pull requests
- [DevTools] Avoid Stringifying Objects during Strict Mode Double Logging
- [DevTools] Rename react-dom/testing to react-dom/unstable_testing in yarn build-for-devtools
- [DevTools] Add Gating for DevTools tests on React Versions
- changed Transitions type to Array<Transition>
- [ReactDebugTools] wrap uncaught error from rendering user's component
bvaughn/react-window
1 pull request
bvaughn/react-virtualized
1 pull request
Created an issue in RecordReplay/devtools that received 13 comments
Recording stop loading certain Network requests
These requests were loading prior to 20 minutes ago or so, then some of them stopped. Not sure why. Loom: https://www.loom.com/share/9eadf59ecd7149…
Opened 11 other issues in 2 repositories
RecordReplay/devtools
8
open
2
closed
- Focused region and loading region weirdness
- Replay crashes when the zoom region gets too small?
- Bad UX when selecting a Network request by clicking on a comment
- Replay devtools shows duplicate row in Network panel
- React DevTools extension is not enabled for Replay devtools
- Finish setting up Trunk.io web app
- Investigate replacing Tip Tap with Lexical
- Replay throws an error when inspecting certain React components
- React DevTools left/right arrow functionality doesn't work
- Source-maps make for confusing console logging UX