Fabrice Daugan

Results 6 comments of Fabrice Daugan

Single command installation workaround: ``` msiexec /a https://awscli.amazonaws.com/AWSCLIV2.msi /qb TARGETDIR=%USERPROFILE%\awscli ``` Then run it without touching environment variable: ``` doskey aws=%USERPROFILE%\awscli\Amazon\AWSCLIV2\aws.exe $* aws --version ```

It happens to JWT of my client too with start `eyA`

Currently I had to put a rotated secrets in custom header in AWS Cloudfront distribution origin. Best effort support of `*` in sets would be nice: ```hcl ignore_changes = [...

Better solution :) ``` javascript (navigator.appName === 'Microsoft Internet Explorer') ```

You can use "routie" : no JQuery dependency, but works only for IE8+ and modern browsers. I was used to use routie before I had to support IE7.

History.js does not handle direct links such as : ``` html Display ``` It manipulates history, so covers another web feature. (personnaly) I use jquery-hashchange to listen this internal navigation...