noctivityinc
noctivityinc
Im using Alertify to prompt the user to enter a name. If they enter something with the wrong format (or not at all) I dont want the prompt to close....
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] No. The library is...
Great library. Simple and clean. One suggestion would be events. An event when it's open and closed for example would be huge. There are many times where I either need...
### What version of Bootstrap Email are you using? 1.1.4 ### How are you compiling? Rails ### Code example This is in the app root in `bootstrap-email.scss` ``` $purple: #7842e8;...
Can this gem be used to return all OpenGraph tags found on a page, such as ``` ``` if present?
Amazing library but I am wondering if there is a way to build a nested menu dynamically when the main option is clicked. Something like: ``` nestedMenu: async () =>...
The gem is working great most of the time. However, I am catching a bunch of random errors like this: ``` ERROR TYPE ActiveRecord::RecordNotFound ERROR MESSAGE Couldn't find Passwordless::Session with...
Im getting the following error when using ```include PublicActivity::StoreController``` in my application controller: ``` ArgumentError: Nil location provided. Can't build URI. ``` Which appears to be happening here: ``` /gems/public_activity-3.0.1/lib/public_activity/utility/store_controller.rb:27...
How can we enhance this to close the menu if the user clicks escape?
My app is a SPA, which creates problems with driver.js. Im using observers to wait for the selector to appear, which works, but the problem is that while waiting the...