Nguyen Van Nhu

Results 21 comments of Nguyen Van Nhu

Look like tests passed if I upgraded golang.org/x/net to v0.23.0. Could you try it out then I can merge this instead of of #20

Look like it works fine so I will merge.

My use case is that I build the tab dynamically corresponding user's permissions. It could be zero or more. I guess that you could solve it other way but I...

I don't remember all those changes. However, I think it may be good to start with default `var transport = http.DefaultTransport` And having a set function for those that need...

Yes please. I just try out this lib and get an error from unleash server but couldn't see why. I had to get into the code, edited those lines and...

Hi @erudenko Thanks for reporting. This package uses other packages to parse and query css rules. It does never touch those values itself. Since the parsing to dom and converting...

The escape is in this function of net/html ``` func render1(w writer, n *Node) error { // Render non-element nodes; these are the easy cases. switch n.Type { case ErrorNode:...

Chrome, Firefox and Safari looks like this ![Image](https://github.com/user-attachments/assets/5452fa46-f8e0-4447-a2de-c2eb5b6f79f8)

The workaround is simple transverse through all nodes and whenever you find a TextNode make it RawNode then render1 will render as it is but this can be a security...