You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
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
): 1.7.0The text was updated successfully, but these errors were encountered: