Ross Cousens
Ross Cousens
We just found a dev.log in production with 22 gig of getFactoryClass and getFactoryService deprecation warnings. +1
I fixed this in a totally different way as I was getting really inconsistent behaviour with the above solutions: ``` rm -fr .terragrunt-cache rm -f .terraform.lock.hcl export TERRAGRUNT_AUTO_INIT=false terragrunt providers...
Use ubuntu 20.04, bento provides an arm64 box for focal but not bionic. See https://github.com/chef/bento/tree/main/packer_templates/ubuntu
@grant0417 Thanks, I'll test now!
``` ## Fig details: - Fig version: Version 1.0.60 (B501) [Beta] [Australian] - Bundle path: /Applications/Fig.app - Autocomplete: true - Settings.json: true - Accessibility: true - Number of specs: 0...
I'll try reproducing in a different shell, though I'm guessing it'll probably be a fish only thing! 👍
@grant0417 Hrmm I can reproduce in bash, the behaviour is a little different though! It just freezes the CLI and doesn't show the pasted output. ![Screen Shot 2022-08-12 at 9...
The magic number is 1011. 1010 'a' works, 1011 'a' doesn't.
Fish plugins (though I don't think they are the culprit): ``` ❯ fisher list jorgebucaran/fisher jethrokuan/z franciscolourenco/done wfxr/forgit patrickf1/fzf.fish jorgebucaran/autopair.fish ilancosman/tide@v5 ``` My initial testing involved disabling all plugins except...
I have a clue for you, I think bracketed paste mode is related. I can replicate the behaviour in numerous applications when fig is enabled (vim, nano, micro). It's eating...