Danny Joris
Danny Joris
Is there a way to render an "empty" message when an empty array is passed to the List object? It would be handy to be able to add a template...
I'm either not understanding how `data-default-order` is supposed to work, or it's not working at all. The docs: https://listjs.com/docs/search-sort/ Here's an example: https://codepen.io/DannyJoris/pen/PobqXjQ ``` Name Age City ``` When I...
I'm experiencing this error quite often. I'm not sure why. I do have over 4000 URLs imported, and noticed the dashboard slowed down significantly. Would a queue that size be...
The following error isn't listed on the WCAG 2.0 Success Criteria overview page: http://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/ ``` WCAG2AAA.Principle1.Guideline1_3.1_3_1.F68 This form field should be labelled in some way. Use the label element (either...
Should the guidelines be left out the preview text? I'm not on the receiving end of these emails, but I would think the guidelines would be distracting, while the section...
I see that there's code in the project to support local storage and modal dialogs, but on fivefifteen.io it seems disabled. Is there a reason for that?
When using sassdown without custom template enabled, the iframe ID's generate a random ID like: iframe_abcde , but when I use the latest [template.hbs](https://github.com/nopr/sassdown/blob/master/tasks/data/template.hbs) It creates numerical ID's like: iframe0,...