You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
I've created a branch and updated and would like permission to open a pull request to fix this issue.
Alternatively the solution I propose is as follows.
htmlDocument {
div {
withId = "repos"
ol {
li {
findAll {
map {
User(
name = it.h3 {
findFirst { text }
},
imageUrl = it.img {
withClass = "avatar-user"
findFirst { attribute("src") }
}
)
}
}
}
}
}
}
}```
The text was updated successfully, but these errors were encountered:
Describe the bug
Changes to github html uses in sample android application breaks current sample.
Classes have been changed.
Code Sample
The above code no longer works.
Expected behavior
Proper parsing of github page
Additional context
I've created a branch and updated and would like permission to open a pull request to fix this issue.
Alternatively the solution I propose is as follows.
The text was updated successfully, but these errors were encountered: