Aaron Kanter

Results 4 comments of Aaron Kanter

For what it's worth, I tried the change from #2787 in my own repo https://github.com/akanter/nix-config in https://github.com/akanter/nix-config/blob/ee86b34c24f524ab158f48ff7e11e1e4b579164b/darwin-configuration.nix and my $EDITOR was still broken. The only way I was able to...

Using [montchr/home-manager/tree/zsh-env-section-order](https://github.com/montchr/home-manager/tree/zsh-env-section-order) ``` >echo $__HM_ZSH_SESS_VARS_SOURCED 1 >unset __HM_ZSH_SESS_VARS_SOURCED && zsh -c 'echo $EDITOR' nano >unset __HM_ZSH_SESS_VARS_SOURCED && zsh -i -c 'echo $EDITOR' nano >unset __HM_ZSH_SESS_VARS_SOURCED && zsh -l -c 'echo...

Certainly! Check out https://www.cryptoheaven.com/secure-web-forms/sample-credit-card-payment-form.htm as an example. According to a [StackOverflow post](https://stackoverflow.com/questions/15168261/how-does-chrome-detect-credit-card-fields), Chrome actually recognizes it by regexes found [here](https://chromium.googlesource.com/chromium/chromium/+/master/chrome/browser/autofill/autofill_regex_constants.cc.utf8), which might be based off the [WhatWG HTML auto-complete spec](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete)....

This would be great! Also amazing if we could rerun *all* tests together so slower `TestMain`s aren't run before every test/file.