Sylvain Pasche

Results 19 comments of Sylvain Pasche

Yeah, that could be an option. Care should be take to do the resizing after all other extensions have populated the dialog (using a timeout with some polling for instance)....

Sure, no problem. I wasn't implying that you should implement it ;-)

No other reason than I never implemented it.

Cool! Have you already thought about the UI? I guess the best user experience would be to save the "content type" -> "open as" mapping in the Firefox Preferences >...

I've never encountered a lot of base64 encoded content in responses, but I wouldn't be against a pull request that offers the option I guess.

I think that could be confusing: when the "Opening ..." dialog shows, the user might expect that the content she wants to display in the browser is what the server...

Great to see this feature being implemented! I didn't find it in the sub-tasks (sorry if I missed it), but it would be nice to have support for pinned tabs....

An alternative is to update `create-react-app` dependency by following instructions on https://github.com/facebook/create-react-app/blob/main/CHANGELOG.md (e.g. `npm install --save --save-exact [email protected]`)

I noticed that the change introduces CR LF newlines. It can be fixed directly with: ``` dos2unix jenkins2git.sh git commit --amend --no-edit -a ```