humane-js icon indicating copy to clipboard operation
humane-js copied to clipboard

A simple, modern, browser notification system

Results 12 humane-js issues
Sort by recently updated
recently updated
newest added

how do you "stack" the notifications? I have different processes that generated different notifications, and some of them are overlapping one over another instead of stacking on the side one...

I use autoprefixer and see next warnings: ``` 34:3 ⚠ Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`. [autoprefixer] 66:3 ⚠ Gradient has outdated...

First, thanks for humane, we like a lot and it works great. There are certain goings-on in our application where a number of humane notifications can get shown in a...

Bumps [canvas](https://github.com/Automattic/node-canvas) from 1.0.2 to 2.6.0. Changelog *Sourced from [canvas's changelog](https://github.com/Automattic/node-canvas/blob/master/CHANGELOG.md).* > 2.6.0 > ================== > ### Changed > * Allow larger buffers to be returned from `toBuffer('raw')`. > ###...

dependencies

Hi i love this library but i need support for custom alert , confirm massage box. Can we expect this in a future release? Thanks

How to feed "not very", but still long text to notification? It is very strange that, say, error notification is cuted on unpredictable point. I think if application needs to...

I would like to create multiple instances of a notification and am using var variablename = humane.create({baseCls: 'hhumane-libnotify', timeout: 0}); to do that. This part works. Now the first and...