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
Expected: link open in Chrome with default profile.
Actual: carlo app gets window event and by default will open new window with its profile.
At the same time if I run the same carlo app twice, I expect window event in first app instance.
I believe that something scary will happen if I open two different carlo apps - I have not checked it yet.
In ideal world I wish to have some Chrome flag, let's call it --carlo-app-id and then Chrome will uses current Chrome iff this id is equal otherwise it will try another running Chrome instance. Carlo will generates something random enough for each app and bright future will be here.
The text was updated successfully, but these errors were encountered:
alexkozy
added a commit
to GoogleChromeLabs/ndb
that referenced
this issue
Jun 20, 2019
Steps:
open https://google.com
from terminal.Expected: link open in Chrome with default profile.
Actual: carlo app gets
window
event and by default will open new window with its profile.At the same time if I run the same carlo app twice, I expect
window
event in first app instance.I believe that something scary will happen if I open two different carlo apps - I have not checked it yet.
In ideal world I wish to have some Chrome flag, let's call it
--carlo-app-id
and then Chrome will uses current Chrome iff this id is equal otherwise it will try another running Chrome instance. Carlo will generates something random enough for each app and bright future will be here.The text was updated successfully, but these errors were encountered: