slimninja
slimninja
**What went wrong?** Long strings in toast overflow toast body  **What should've happened?** Overflow should be handled via css  Fix: Update below css and add both overflow properties...
On creation of toast, set `date-created` attribute to `Date.now()` and then have a recursive timeout to update the subtitle. On notification dismiss, destroy the chain. Dirty non-working example: ``` function...
Allow the option of switching from img to svg icons, maybe define defaults using bootstrap-icons? ``` let classes = { header: { fg: '', bg: '', icon: '' }, subtitle:...
**Bootstraptable version(s) affected**: 1.18.3 **Description** When communicating with my server, I return data with one item being a list that I want to separate and display as separate columns. Using...
Using a query to find the location of the current file so you can place the acute.select.js file in any folder. For example, when in "components/acute-select/acute/acute.select/acute.select.js", javascript would try to...