Results 80 comments of Danilo Spinelli

My use case consist in - collecting assets list through useref - use gulp-rev generate a manifest - use gulp-html-replace to do some custom replacement using the generated manifest if...

@Ambient-Impact I've done something similar using `$(opts.contentSelector).on('transitionend', function()... )` which was better supported than MutationObserver when it was written (I'd rather use MutationObserve today) results here: https://italia.github.io/design-web-toolkit/components/detail/offcanvas.html

I'm trying to port https://www.w3.org/TR/wai-aria-practices/#TreeView and I'm experiencing some troubles in embracing the frend-ly like architecture. 1. **Missing utility library**: while I get the point of the minimalist approach, I...

Is there any date scheduled for the next release ? (even approximately). About the 1st point I would just add that functions like `getPanelHeight` / `unsetPanelHeight` are useful for the...

> Do you think it's worth getting devs to manually set the active panel as aria-hidden="false" to cover both bases, or just infer active panel solely based on headers? probably...

Just want to point out that because of this I had some issue integrating frend with webpack: in my default webpack configuration i've node_modules/*\* excluded from transpiling with babel (a...

another problem of this approach is that you lose the return value of the wrapped callback. that would be nice to make `CorrelationContextManager.runWithContext` return that instead of void

ref. https://github.com/teamdigitale/digital-citizenship/pull/125/files le spec sono visibili qui: https://teamdigitale.github.io/digital-citizenship/api/public.html il link riportato è visibile solo per gli utenti che hanno effettuato il login all'interno del developer portal. aggiorniamo la documentazione

La questione del menu orizzontale obbligatorio è all'ordine del giorno e andrebbe "chiusa" asap. I problemi sono [quelli noti](https://github.com/italia-it/designer.italia.it/issues/162#issuecomment-251634029) 1. va benissimo, tant'è che esiste un meccanismo simile sul sito...