Brett Vickers
Brett Vickers
I'm unable to reproduce either of the issues you discovered using those NTP server addresses. Can you post a sample program that reproduces your issue?
It's true that the password is visible only to people with access to the machine. What bothers me about the badly encrypted password in the `settings.json` file is that it...
It would be pretty trivial to store `settings.json` in a user directory (`%APPDATA%` on Windows, or `.config` on linux/mac). Probably just a few lines of code.
I added a feature to support this request. See this commit: https://github.com/beevik/etree/commit/83a7a1267d824af921661b9fdde0b826d9e36371. To use it, add the following code before calling the new `doc.IndentWithSettings` method (instead of calling `doc.Indent` or...
Closing this issue, as it is quite old. There is also a pull request for it.
Closing this issue due to its age.
I have decided to close this issue, as I believe it is an edge case, and I would prefer to keep the etree API as simple as possible.
Unfortunately, the XML decoder this package is built on (`encoding/xml`) produces tokens that strip out the distinction between character data and CDATA elements. See https://pkg.go.dev/encoding/xml#Token. I am not aware of...
I have not run benchmarks, but you are free to write some and run them yourself.
Closing due to lack of response.