Results 27 comments of Xander

I'm also hitting the same errors w/ Rails 7.0.1. Please advise.

Anyone who is (or is considering) pre-hashing should be aware that [OWASP considers it a dangerous practice that should be avoided](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pre-hashing-passwords).

> @pboling when user sends a long password (tens of thousands characters) the rails server hangs for several seconds consuming 100% CPU Are you using the bcrypt-ruby gem? That's the...

Thanks. I very much look forward to seeing nsh progress!

Similar problem with ZSH (and ASDF) here, my .bashrc: ``` # -snip- source $HOME/.asdf/asdf.sh test -e /usr/bin/zsh && exec /usr/bin/zsh # LDAP managed user profile has $SHELL set to /bin/bash;...

> > Is there any work-around to refresh my existing thing to get a channel for the new property? > > @mbbert The only workaround I've found is to delete...

I was on Amazon trying to find a supported device; but these AZ Delivery's kept popping up and were substantially cheaper. Thanks @webash!

I'm having the same problem. Have you been able to figure this out?

That's unfortunate. I'm currently evaluating Nu, coming mostly from Fish. It's definitely different! Refreshing actually, but yeah, there are a couple of things (amongst others, this issue) that get in...

Tmux is the culprit. It's catching the escape sequence and not passing it through, see [this comment](https://github.com/tmux/tmux/issues/2254#issuecomment-637343656). This'll work to *change the terminal emulator's title* while in tmux: ```bash printf...