You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see you fixed a similar issue in https://github.com/gvolpe/dconf2nix/pull/68/files - but I think adding all possible characters is not viable, is there a better way? Maybe a exclude pattern instead of include?
@tennox, your process helped me solve a major freeze on my system that would drive dconf2nix to consume my entire 64 GB of ram only to die. I found my problem process almost immediately. 🥳
Type of bug
Timeout
Version
0.0.12
Did you test against master?
Error message (if not timeout)
DConf input
Additional context
I developed this method to identify the problematic part of the dconf output - maybe this can be helpful for troubleshooting
1. Split dconf in parts on each newline - http://stackoverflow.com/questions/33294986/ddg#33297878
2. Try dconf2nix on all parts to identify & print the problematic part
The text was updated successfully, but these errors were encountered: