Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

twitter support, finalizing #286

Merged
merged 21 commits into from
Nov 5, 2019
Merged

twitter support, finalizing #286

merged 21 commits into from
Nov 5, 2019

Conversation

Misaka-0x447f
Copy link
Contributor

@Misaka-0x447f Misaka-0x447f commented Oct 15, 2019

I T
x fetchPostContent not fully implemented, not testable
x fetchProfile not fully implemented, not testable
x x autoVerifyBio already working in prev stage
x x autoVerifyPost already working in prev stage

delayed to stage LTE:

[?] show welcome not detecting if current user has been setup (#193)
[?] use random website as prefix (#198)
[?] fetchPostContent (facebook) not working properly (#323)
*LTE: Long term evolution

@Misaka-0x447f Misaka-0x447f self-assigned this Oct 15, 2019
@neruthes
Copy link
Contributor

Is this stage 5?

@Jack-Works
Copy link
Member

Is this stage 5?

image

@Misaka-0x447f
Copy link
Contributor Author

Yes and this stage will not introduce new feature..

@neruthes
Copy link
Contributor

What's up here?

@Misaka-0x447f Misaka-0x447f reopened this Oct 25, 2019
@Misaka-0x447f
Copy link
Contributor Author

this branch was automatically closed by github.

@Misaka-0x447f Misaka-0x447f marked this pull request as ready for review October 31, 2019 09:46

export const untilElementAvailable = async (ls: LiveSelector<HTMLElement, boolean>) => {
await timeout(new MutationObserverWatcher(ls).startWatch({ childList: true, subtree: true }).then(), 10000)
return new Promise<void>((resolve, reject) => {
Copy link
Member

@Jack-Works Jack-Works Nov 1, 2019

Choose a reason for hiding this comment

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

why change to this way to impl?
and we have a IntervalWatcher in holoflows/kit

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the prev implement was not working. maybe delay fixing?

Copy link
Member

Choose a reason for hiding this comment

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

maybe leave an issue for it

src/utils/utils.ts Outdated Show resolved Hide resolved
@Jack-Works Jack-Works self-requested a review November 5, 2019 08:00
@Jack-Works Jack-Works merged commit 023a3fb into master Nov 5, 2019
@Jack-Works Jack-Works deleted the feat/twitter-finalizing branch November 5, 2019 08:05
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.

4 participants