Massimiliano Caniparoli

Results 10 issues of Massimiliano Caniparoli

Hi all, I was trying to set a section title with "something(space)about(possible space):", but something weird happened. The title was moved to the right, and I don't know why. About...

Hi, I just started using sticky-js and noticed a trouble on both Chrome and Edge. When my list of inline-blocks, containing text and with a floating point width (e.g. 873.45px)...

**Issue description** [@types/googlemaps](https://www.npmjs.com/package/@types/googlemaps) is moving to [@types/google.maps](https://www.npmjs.com/package/@types/google.maps). The dependencies should be updated.

Hi all, I'm using this plugin and it works nicely, but I just noticed a bug: forgive me for not submitting an example, but I think you can easily reproduce...

Resetting encrypt/decrypt parameters when none is passed. Otherwise, the previous one is recycled.

Hi, I was wondering whether there was an option to set `loadInvisible = true` and, at the same time, having the possibility to _tag_ some hidden images as "loadable"; for...

Similarly to #343 , I'd like to show the legends, automatically added when setting a `stepsArray` and `showTicks` or `showTicksValues` , but not the tick dots. At the moment I...

Hi, I would like to skow a "streamlined" slider with tick values but not ticks. Looks like showTicksValues implies showTicks, but is there any options to show tick values but...

Firefox now supports date input. Typo on fork URL.

Hi all, I am working on a project based on requireJS and I'm trying to load NDIP only when a date input is present in page. `if(document.querySelector("input[type='date']")!==null) require(["libs/nodep-date-input-polyfill.dist"]);` The problem...