Results 221 comments of Arnav Singh

>To me this implies that we should always register the roots, which currently is a separate file, but maybe we should consider compiling them in. Are you talking about what...

Changing the behavior of the reset code _in general_ would be a break from how it's treated in other clients. But specifically for the reset after highlights I think it's...

Do you have both a servlist.conf and a servlist_.conf in your config directory? If so, make it so you only have servlist.conf

I've often wondered why we change the tab title to the network name (or care about it at all) instead of using the one from networks prefs...

Have you tried a test build yet? An xtext crash was fixed there that isn't part of a release yet.

Create the reg key as described in http://stackoverflow.com/a/20238046/545475 (change dump directory as appropriate), get HC to crash, upload the dump somewhere private (it will contain all private info like channel...

Change DumpType to 0 and leave CustomDumpFlags as 0, then it'll only contain the stack trace for all threads, no private info.

@NotBad4U You can use a string tag (the version enum's variant name) for the configuration version.

https://github.com/serde-rs/serde/issues/912 is sort of already tracking this. It started off asking for `#[serde(other)]` in general; then when that was implemented for unit variants it also asked for that on variants...