Toshimitsu Takahashi

Results 73 comments of Toshimitsu Takahashi

How about the feature that fires 'switch back' by pressing the Backspace key immediately after the popup is shown?

Not yet. It's a proposal. My concern is how to make users aware of the feature.

@fleaz Could you tell me your OS and browser, screen scaling percent?

@fleaz I didn't reproduce this situation in my environment. > Scaling: Between 1,3x and 1,5x Can you tell me how to set this up?

@fleaz Thank you, I could recoginize it.

Hmm, the height is not automatically expanded in my Windows environment. ![image](https://user-images.githubusercontent.com/519017/129466955-5e3db164-4b1f-4874-b4d8-b917df7ed572.png)

It should not be possible to include '/' in the role_name of the switch target. Try the following: ``` [identity] aws_account_id = xxx-identity role_name = human [DEV-DevAdmin] aws_account_id = development...

I think the bad practice to store an image as data-uri on the configuration because it is limited by storage spec very much. I recognize the care of an image...

> Is there a particular number of entries this extension is required or is hoped to support? AESR supports the max 200 entries. > "unlimitedStorage" permission... AESR currently uses the...

The only way to control browser extensions from the OS side is to use Native Messaging. https://developer.chrome.com/docs/apps/nativeMessaging/ However, you need to register the program with the OS beforehand, and I...