Giulio Malventi

Results 37 comments of Giulio Malventi

Italian here: [it.zip](https://github.com/neffo/bing-wallpaper-gnome-extension/files/1346998/it.zip)

Not sure what "market" stands for?

Ok, previously "localizzazione" was for "locale", but I think it can also go for "market". "Mercato" sounds confusing. :-) Attached [it.zip](https://github.com/neffo/bing-wallpaper-gnome-extension/files/1349002/it.zip).

I am not on Windows, but on Chrome OS. The application is running in a Debian container. No background process that I am aware of. I am copying a text...

You might be right, thanks for the ideas. It really depends where I paste. The example I gave above is copied from a simple text field. When pasting in the...

Partially covers https://github.com/mewwts/addict/issues/110

Could be, if one used keys including a dot until now. But that would be a strange use case, since those keys cannot not be accessed using dot notation.

I am doing ```js var left = diff.editors.left.ace var right = diff.editors.right.ace $('.acediff__left .ace_scrollbar-v').scroll(() => right.session.setScrollTop(left.session.getScrollTop())) $('.acediff__right .ace_scrollbar-v').scroll(() => left.session.setScrollTop(right.session.getScrollTop())) ```

I would also use a handler for doing something when giving up if max retries is reached.

I am getting an "unable to extract public key from private key file...". What format should it be? I am pasting a private key generated by ssh-keygen without password.