Eric Eastwood

Results 107 issues of Eric Eastwood

As suggested in https://github.com/cypress-io/cypress/issues/5665 When debugging flakey, intermittent failures, it would be nice to just keep retrying the tests until something fails. I don't want to keep pressing re-run manually....

enhancement

Standardize device object format with [`node-hid`](https://github.com/node-hid/node-hid) From a discussion with @Lange :point_up: [November 23, 2017 7:44 PM](https://gitter.im/MadLittleMods/node-usb-detection?at=5a17798fffa3e37919b1d5d2) ### Current state of things Current `[email protected]` ```js { locationId: 0, vendorId: 5824,...

enhancement

When using the rename variable function, the following error occurs and the variable is not renamed ``` UncaughtException: TypeError: Cannot read property 'type' of undefined. Restarting Server... ``` Tried with...

Fix https://github.com/bevacqua/dragula/issues/259 Adds deadzone option. Similar to https://github.com/bevacqua/dragula/pull/374 ``` js var drake = dragula([div], { deadzone: 10 }); ```

Add option to start tab trace on page load so you can debug the initially focused item.

enhancement

### Steps to reproduce 1. Go to the space home 1. Scroll and paginate the rooms in the space until you get stuck - Maybe this matters, I was also...

T-Defect
S-Minor
A-Spaces
Help Wanted
X-Needs-Design
O-Occasional

Fix `getLatestTimeline` not working when the latest event in the room is a threaded message - Follow-up to https://github.com/matrix-org/matrix-js-sdk/pull/2299 - `matrix-react-sdk` PR: https://github.com/matrix-org/matrix-react-sdk/pull/8354 --- See https://github.com/matrix-org/matrix-react-sdk/pull/8354#discussion_r892481473 We also have to...

T-Defect

Ask to refresh timeline when historical messages are imported ([MSC2716](https://github.com/matrix-org/matrix-spec-proposals/pull/2716)) Associated `matrix-js-sdk` PR: https://github.com/matrix-org/matrix-js-sdk/pull/2299 Loading state: Error state for network errors (no need to submit debug logs): Error state for...

T-Enhancement

MSC3030: Jump to date API endpoint [Rendered](https://github.com/matrix-org/matrix-doc/blob/eric/msc-jump-to-date/proposals/3030-jump-to-date.md) [FCP proposal](https://github.com/matrix-org/matrix-doc/pull/3030#issuecomment-1013856557) Homeserver implementations: - Synapse: https://github.com/matrix-org/synapse/pull/9445 Client implementations: - `/jumptodate` slash command, https://github.com/matrix-org/matrix-react-sdk/pull/7372 - Jump to date headers (with date picker) in...

proposal
client-server
proposed-final-comment-period
disposition-merge
kind:feature
unresolved-concerns

Instrument `FederationStateIdsServlet` - `/state_ids` so it's easier to follow what's going on in Jaeger when viewing a trace. ``` /_matrix/federation/v1/state_ids/:roomId?event_id=:eventId ``` Part of https://github.com/matrix-org/synapse/issues/13356 Sometimes slow `/state_ids` is just ratelimiter...

A-federation
T-Task