-
I see you are using pom.xml yourself.
Would be great if projects making use of this nice library could refer to a maven dependency for ease of use.
-
Hi! I've found your project very useful and I was wondering if it would be possible to mavenize it correctly.
The path at maven repository (https://mvnrepository.com/artifact/com.github.vincenzopalaz…
-
I need show toast for error with option "positionClass": "toast-top-right", and need show toast for warning with option "positionClass": "toast-bottom-right", but both toasts use only one setting.
…
-
All other options work perfectly.
I'm calling toastr via Rails app, within an AJAX sequence. My JavaScript template:
```
$( "#comment-" ).fadeOut(650);
toastr.options = {
"closeButton": true,…
-
```
"showDuration": "300",
"hideDuration": "300",
```
These options seem to have no effect on the fadeIn and fadeOut. Is that correct? Other settings we have:
```
"closeButton": true,
"debug": …
-
Command: toastr["info"]("Aseta pyynnölle tila
Ongoing
Finished
No outcome yet
Successful
Partially succesful
No information
Refused
Withdrawn
")
toastr.options = {…
-
With the code below (taken from the demo page, with callbacks added) my toaster pops up and doesn't time out.
If I click the button the callback happens but the toastr doesn't disappear.
How do…
-
When an incorrect password is entered, there is no message/alert displayed to the user.
We can just see in console
```
Object { stack: "Meteor.makeErrorType/errorClass@htt…", error: 403, reason: "In…
-
I'm trying to add a count down of 5 minutes to the toastr. Now, I'm able to add the 300 seconds.
The current solution that I was able to reach is that I generate a bunch of toastr intances lined up u…
-
I am using toastr from npm with webpack. The strange behavior is that the settings that I am applying globally are not respected on the first notification but it's fine on the rest. More specifically …