Skip to content

Conversation

@nattallius
Copy link
Collaborator

No description provided.

@OrKoN OrKoN changed the title Add issues export feat: export console issues Oct 31, 2025
@OrKoN
Copy link
Collaborator

OrKoN commented Nov 6, 2025

There are conflicts with the main branch. Could you please rebase?

Copy link
Collaborator

@OrKoN OrKoN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! let's also add tests to make sure everything is working end-to-end and please address the lint and formatting issues.

await this.#initializePage(page);
}

async #initializePage(page: Page) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's try to keep these methods sync and handle subscription asynchronously in the ConsoleCollector sub-class (e.g., void this.#subscribeToIssues()).

this.storage.set(page, storedLists);

const listeners = this.#listenersInitializer(value => {
const collector = (value: T) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need changes here? can we change the emitting code to only emit issues once instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants