Russell Cloran

Results 6 comments of Russell Cloran

I'm seeing the same on OS X. Here's sh -x output: ``` + trap 'rm -f "$RESP_HEADER" "$RESP_BODY" "$LAST_NONCE" "$LAST_NONCE_FETCH" "$OPENSSL_CONFIG" "$OPENSSL_IN" "$OPENSSL_OUT" "$OPENSSL_ERR" "$TMP_SERVER_CSR"' 0 2 3 9 11...

``` $ openssl pkey -inform perm -in account.key -noout -text_pub | grep -i Exponent openssl:Error: 'pkey' is an invalid command. ... $ openssl version OpenSSL 0.9.8zh 14 Jan 2016 ```...

Example good output at https://github.com/rcloran/fastping-rs/pull/1 Example bad output at https://github.com/rcloran/fastping-rs/pull/2

I didn't notice before that there's a .circleci ( #20 ). I don't know how to find if it's actually being used, but I can't find any feedback on past...

I think this change breaks "normal" links (ie, surrounded by whitespace). I haven't tested the actual patch, but changed my config to include the regex: ``` config.hyperlink_rules = wezterm.default_hyperlink_rules() if...

> I think this change breaks "normal" links Oh, I messed up -- you even mentioned that problem in the review response to @wez... Adding `config.hyperlink_rules[4].format = '$1'` and `...highlight...