JoshuaPostel

Results 12 comments of JoshuaPostel

+1 hit a similar error ``` AttributeError: partially initialized module 'ddtrace.internal.core' has no attribute 'on' (most likely due to a circular import) ``` Appears to be some sort of race...

Thanks, that did the trick! My confusion sprung from the website documentation https://dystroy.org/broot/common-problems/#edit > It works by executing "$EDITOR +{line} {file}" which assumes that the $EDITOR variable is defined and...