papaiatis

Results 23 comments of papaiatis

My notifications are popping up in pairs too. When the user submits a form I redirect him to another page, but before I do the redirect, I call the notification...

It happened just now that two notifications appeared with the very same content and I did not reload my page and I called the "success" method only once.

I can reproduce the issue in my project. What I saw is that in NotificationService object and inside `emitter.observers` there are two instances of `Subscriber`. When it is working as...

@AmritKrsh `postData` should be `post-data`. Please change it and try again.

So, how such a MQTT message should look like exactly? Because this one does not work: `{ "state": "OFF", "transition": 5 }` This one works: `{ "color": { "r":255, "g":255,...

Please read the title of this ticket carefully. I'm talking about turning on or off with a transition. Not changing colors.

Yes! This is definitely something I'd like to see as well!

So If I use the `autobahn-browser` package how should I make `@types/autobahn` work? Because for me it looks like it only works for `autobahn` but not for `autobahn-browser`. @konsultaner I...

@konsultaner Thanks for your quick response. I'm trying to achieve the second option. So I created a file `autobahn-browser.d.ts` next to my Angular app's `main.ts` file: ``` import * as...

I have these wifi settings already enabled in `interfaces` file.