Viktor Habchak
Viktor Habchak
Had the same issue with `^A^B` characters being visible; https://github.com/pry/pry/issues/2185#issuecomment-873368291 fixes the issue for me. Looking at https://github.com/pry/pry/pull/2207 made me come up with a workaround someone can use while this...
Looks like this is caused by key pair being created with a non-empty password. This should at least be mentioned in README. Or it could be implemented with something like...
This seems to be caused by Turbo having [es2020? features](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) in it's gems' `/app/assets/javascripts/turbo.js`. I've hit the same problem and am not sure how to proceed.
Weirdly enough the exact syntax is not in the source code of https://github.com/hotwired/turbo-rails
Here's the fix in `turbo-rails` https://github.com/hotwired/turbo-rails/pull/337/files Use `main` branch version until `>= v1.1.2` comes out: ``` gem "turbo-rails", github: 'hotwired/turbo-rails' ``` **Edit** or more safely with: ``` gem "turbo-rails", github:...
 I had the same bug when installing Rust.  What's interesting is that `cargo run` doesn't have the issue. I'm on win10, Terminus 1.0.71, shell - cmd(clink).
The only similar issue I've found is this one https://github.com/doomemacs/doomemacs/issues/5882