Denis

Results 17 issues of Denis

Hi maxFps option seems to be ignored as I set `{ maxFps: 60 }` but it's value exceeds limit ![untitled-2](https://cloud.githubusercontent.com/assets/1753208/13372611/e490d0ca-dd52-11e5-8b4e-5dd1cffb0638.png)

Hello What's the most efficient way to find n-level neighbors? I need to find find neighbors up to 4 levels. ![image](https://user-images.githubusercontent.com/1753208/40064807-f651d60e-5868-11e8-8c11-f1993c67fdee.png) There's a center, there are 4 level of neighbors,...

Привет На днях заметил что не работает .emit событий отправленных друг за другом. Пример ``` channel.emit('demo_trigger', 'ya1', duel.getWindowID()) channel.emit('demo_trigger', 'ya2', duel.getWindowID()) channel.emit('demo_trigger', 'ya3', duel.getWindowID()) ``` Чтоб воспроизвести, вставь [содержимое этого](http://codepen.io/NeXTs/pen/vggWBm)...

bug
taken

Hello Is it possible to keep loadingIndicator in case on an error?

Hello For now, the content of the modal is rendered in the DOM even when it is hidden. To get around this, I have to add an extra condition, but...

### Description I want to be able to specify [tag of Message](https://github.com/LouisBarranqueiro/reapop/blob/main/src/components/Notification.tsx#L64) component. I need to do it `div` instead of `p` ### Explanation / motivation Because I inserted React...

### Description I use react component inside message. I need to update the message after some time. Here's the snippet. ``` import React from "react"; ... const notif = notify({...

I don't think this plugin make sence at mobile phones so it would be great if plugin won't react on user clicks on top of page at mobile devices. What...

I have a specific condition when I need to show this notification based on user's actions. Need some way to disable plugin.