Anas Khan
Anas Khan
Since #258 wasn't merged, is there still work being done for this issue? Commented on commit events still don't have a link to the commit from the user activity feed.
Hi, this isn't supported currently (could be included in future versions) Iterating through all spans and calling the method `Text()` on them would be an alternative option atm.
It's not there currently, but could definitely be a useful feature You're welcome to submit a PR :)
This will surely be a good feature, could be implemented in future iterations.
Not sure if it's possible to implement this without cutting backward compatibility forever the way the library's design has turned out, but will still keep it in the open. Generalising...
Not atm, and not sure how it would turn out in terms of backward compatibility even when it's implemented Keeping it open however, since this would be a good enhancement.
Good idea. Will add something along the lines of `Root.Parent` to access the parent element
Generalising the feature, i guess what we're looking at is > `Find`/`FindAll` to have the capability of accepting multiple tags
This is because `base64.URLEncoding.DecodeString` expects padded base64 encoded strings (terminating with an "=" or "==") as input. Try using `base64.RawURLEncoding.DecodeString` for unpadded values.
@blitzprog If I may ask, how did you encounter the bug? I use the same library and it works well for me so far. The `auth` and `p256dh` keys generated...