Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues when pasting from clipboard. Only when connected to a rails c :? #378

Open
fguillen-getsafe opened this issue Oct 14, 2024 · 0 comments

Comments

@fguillen-getsafe
Copy link

fguillen-getsafe commented Oct 14, 2024

What happened:

When paste some text copied in the clipboard some extra characters are copied at the beginning. Not always happens. And looks like only when I am connected to my rails c in the server.

Here I have "" in my clipboard, and I am pasting many times in the qovery shell and also in the rails console inside of this shell. See how sometimes (randomly) some duplicated characters are pasted at the beginning:

 /web # qovery.com
sh: qovery.com: not found
/web # qovery.com
sh: qovery.com: not found
/web # qovery.com
sh: qovery.com: not found
/web # qovery.com
sh: qovery.com: not found
/web # qovery.com
sh: qovery.com: not found
/web # qovery.com
sh: qovery.com: not found
/web # qovery.com
sh: qovery.com: not found
/web # qovery.com
sh: qovery.com: not found
/web # rails c --sandbox
Chewy console strategy is `bypass`
Loading production environment in sandbox (Rails 7.1.4)
Any modifications you make will be rolled back on exit
insurance-service[PRODUCTION] > qoveryqovery.com
(irb):1:in `<main>': undefined local variable or method `qoveryqovery' for main (NameError)

qoveryqovery.com
^^^^^^^^^^^^
insurance-service[PRODUCTION] > qovery.com
(irb):2:in `<main>': undefined local variable or method `qovery' for main (NameError)

qovery.com
^^^^^^
insurance-service[PRODUCTION] > qoveryqovery.com
(irb):3:in `<main>': undefined local variable or method `qoveryqovery' for main (NameError)

qoveryqovery.com
^^^^^^^^^^^^
insurance-service[PRODUCTION] > qovery.com
(irb):4:in `<main>': undefined local variable or method `qovery' for main (NameError)

qovery.com
^^^^^^
insurance-service[PRODUCTION] > qoveryqovery.com
(irb):5:in `<main>': undefined local variable or method `qoveryqovery' for main (NameError)

qoveryqovery.com
^^^^^^^^^^^^
insurance-service[PRODUCTION] > qoveryqovery.com
(irb):6:in `<main>': undefined local variable or method `qoveryqovery' for main (NameError)

qoveryqovery.com
^^^^^^^^^^^^
insurance-service[PRODUCTION] > qovery.com qoveryqovery.com qoveryqovery.com qoveryqovery.co
m qovery.com qovery.com

What you expected to happen:

Don't duplicated chars

How to reproduce it (as minimally and precisely as possible):

I have a Qovery with a Docker image running Rails 7.1.4

Anything else we need to know?:

Environment:

  • Qovery version (use qovery version): 1.7.0
  • OS and version: Mac Sonoma Version 14.3 (23D2057)
  • Others:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant