Bj Tecu

Results 59 comments of Bj Tecu

Is there an example of what that would look like?

Can you do something like `message.selfClose()`?

@jameswmcnab yes, I haven't had tried it yet but does `message.selfClose()` not work?

@ttill While I don't think that's the cleanest approach, it would solve your need and @jameswmcnab. Can you get the tests to pass?

@ttill I think we need to: - Update ember-cli to latest version - Fix lint & deprecations I took a stab at this in #152 and I got it updated...

@jfrux are you still interested in implementing native notifications?

Would it be possible to update `isHovering` to exclude that case?

It does not support that, but it's probably doable. You'd have to pass some `onClose: this.someAction` and then in `close()` you would check if there's a `onClose` set: https://github.com/adopted-ember-addons/ember-notify/blob/master/addon/components/ember-notify/message.js#L58

I'm also running into this issue after updating from `node 14.17.1` to `node 16.16.0` on a MBP 16 M1 Pro: ``` /Users/.../node_modules/@swc/core/index.js:250 throw new Error("Bindings not found"); ^ Error: Bindings...