Viktor Habchak

Results 7 comments of 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:...

![cmd-colors-terminus](https://user-images.githubusercontent.com/33513522/52805828-1e1aaf80-3090-11e9-994c-c5bf9482675d.PNG) I had the same bug when installing Rust. ![cmd-colors-work](https://user-images.githubusercontent.com/33513522/52805830-2115a000-3090-11e9-9baa-818148be836e.PNG) 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