Luca Fabbri
Luca Fabbri
 If the host page can scroll, Firefox of mobile is triggering propagating scroll when moving markers.
On a customer (Windows based) FTP I found that creating an empty Buffer lead to a strange error, where the ftp client simply fails silently during the getServerTime procedure. Just...
From SVN 1.8 the default for the interactive behavior has been changed: ``` --non-interactive : do no interactive prompting (default is to prompt only if standard input is a terminal...
Using git, if I use: ``` my.products = git [email protected]:xxx/my.products.git branch=wrong_branch_name ``` I get no error or warning, but the master is taken. I think that an error must be...
Documentation clearly says it's possible to override options by using envars. But how bout overriding multi-valued options? Like thumbor `ALLOWED_SOURCES`
Although it seem a valid event, and it works using vanilla HTML/JS (at least **Firefox**, Chrome still have an open bug https://bugs.chromium.org/p/chromium/issues/detail?id=458851), it seems that using and `onLoadStart` event on...
On https://revealjs.com/fragments/ both `fade-in-then-out` and `current-visible` are defined as "Fades in, then out on the next step"
#### List the website(s) you're having issues with: `https://ads.atmosphere.copernicus.eu/` #### What happens? We suspect this portal is in this list just because of the (unfortunate) "ads" acronym in its domain....
If you look at https://github.com/plone/documentation/blob/cf62b0a919c639592e7b59c781148e8ac2d0ca0f/develop/plone/forms/z3c.form.rst there's a manual override example for not using `z3c:widgetTemplate`. This the code: ``` class HeaderFileWidget(NamedFileWidget): """ Subclass widget a use a custom template """ display_template...