Iskandar Abudiab
Iskandar Abudiab
@guidedways `textContent` is behaving as it should, i.e. `` tags are stripped because they are not a textual content. Take a look here [MDN Node.textContent](https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent) ### NSAttributedString > how do...
@Jcragons 👋 hey there. Let me see if I understood correctly. You want an option to be able to specify how some tags should be replaced when retrieving the textContent...
@MohideenSheikSulaiman hey there. The behaviour is correct, custom elements can't be self-closing. In this case the parser tries to guess the correct nesting of the custom elements, and you get...
@guidedways Hey there. Let me see if I understood you correctly. You want to input a HTML string and have all _HTML_ tags stripped, as in `This is an email:...
@guidedways I see, currently `HTMLKit` does not provide this functionality. I'll see if I could implement this in the next couple of days. Will let you know as soon as...
@thomashorrobin 👍 nice catch. I'll test and merge soon.
@thomashorrobin nice idea. However, maybe it is better suited as an extension to SwiftkubeModel? I'll take a look and report back here 😉
@thomashorrobin Thanks a lot fir the PRs!!! and sorry for the delayed response on my part. I was on a much-needed and long-overdue vacation, where I stayed away from the...
Hey 👋 sorry for the delayed reply. I was trying to enjoy the last couple of days in my short vacation 😬 Yes, I've thought about this and it's currently...
Token expiry could be handled by a callback through the plugin abstraction API, i.e. the external implementation should be able to create a new authentication and also refresh it when...