Jay Khatri

Results 37 comments of Jay Khatri

Referencing the discussion on #7 : It seems like many hackathons are fine with using devpost, as its nice for student's to publicize their projects online (Also, gavel's csv import...

Yes, thats what I meant, my mistake. It doesn't take much effort. And regarding the judge signups, you think this is something that doesn't need to be addressed right now?

Got it, and yeah I'm looking to work on something, so I'll keep an eye out.

Seems like `mirror.getNode(id)` would to the trick? It looks like `mirror.map` is being populated here on the rebuild: https://sourcegraph.com/github.com/rrweb-io/rrweb/-/blob/src/replay/index.ts#L412 Could `mirror` (or the map) be exported in the Replayer? Or...

Hi @Yuyz0112 , sorry to bother here. I'm using `mirror.getNode` to retrieve node metadat (tagName, attributes, etc.) for each event, however, it seems like the data in `mirror.map` is dynamically...

Friendly reminder here @Yuyz0112 .

Hi @Yuyz0112 , no worries! My use case for this feature is: 1) being able to show a nice UI of events (as discussed) 2) indexing each session based on...

@Yuyz0112 I've taken a closer look at the implementation of this, and it seems there could be an event emitter that outputs a `serializedNodeWithId` whenever [this method ](https://sourcegraph.com/github.com/rrweb-io/rrweb-snapshot/-/blob/src/snapshot.ts#L406) is called....

Hi @Yuyz0112 , I've been thinking about how this should be implemented and here's my thoughts. In rrweb-snapshot [here](https://sourcegraph.com/github.com/rrweb-io/rrweb-snapshot/-/blob/src/snapshot.ts#L452), the `idNodeMap` is being populated for every serialized node (and its...

@Yuyz0112 thought more about this, and I don't actually need the `record` feature in the short term. I would, however, like to have the `replay` part. Do you mind directing...