shunkica
shunkica
> If x is addressable and &x's method set contains m, x.m() is shorthand for (&x).m(): [https://golang.org/ref/spec#Calls](https://golang.org/ref/spec#Calls)
Win7 x64, Google Chrome, latest version of traccar and web I am having the same issue as the OP. - The icons don't turn from Default to Offline on timeout...
Same issue with balena-etcher-1.19.3-1.x86_64.rpm on Fedora 39
I am also having an issue with this script. It attempts to restart nginx before changing the IP to the new one in the config (it uses the old IP...
@karfau Is there any way to get the internal subset part of a DocumentType node? I am trying to create a canonicalization function, but xmldom swallows up the internal subset...
Yes that is what I meant. I am now using sax.ondoctype and then parsing the text but it would be nice if I could get this directly from xmldom. It...
I would like to help but I do not feel familiar enough with this subject matter to assume such a role. I can share my method for parsing the DOCTYPE...
I have looked into the code responsible, and it looks like you are already setting the `publicId` and the `systemId`. So the only thing missing is the `internalSubset`. It was...
This doesn't look right. According to the spec the method should return a [HTMLCollection](https://dom.spec.whatwg.org/#htmlcollection)
I am having trouble seeing where you found that `HTMLCollection` is deprecated. If you are talking about the `historical artifact` part, that doesn't necessarily mean `deprecated`. Also, like you've pointed...