Anael FAVRE

Results 20 comments of Anael FAVRE

Hi ! Do you mean destroy the handler before the popconfirm creation or destroy a already opened popconfirm ?

I think it will be complicated to allow a destroy as the action can be a link, a js event, a jquery event etc ... And for destroying popconfirm we...

Hello, Thanks for using the plugin :) It looks that `$('...').on("click")` is not returned while checking events with `jQuery._data(this, "events").click.length`, here : https://github.com/Ifnot/PopConfirm/blob/master/jquery.popconfirm.js#L61 I have no time to investigate atm,...

Thanks for the report. Strange behaviour ... does someone know why is this happening ? Missing version maybe ?

Hi @DanielRamosAcosta I have this problem too :( I tried to : - Download the lastest AuraSDK and replaced your "AuraSDK" folder by the new one. - Moved into your...

Hey @DanielRamosAcosta :) I hope everything is okay in you life beside this project ! I appreciate your honesty, and I maybe I can contribute to the code side. I...

For the built-in logger system de need some work that i cannot do : - Rename the actual log system (used in devMode) - Rework the devMode for allowing to...

I make the syntax a little bit confusing. What about giving the complete config file (laravel-echo-server.json) to the module ? I think it is more flexible without adding an alternative...

I added a plugins folder outside of the project with an example.js plugin. And I added the ability to load official plugins from it without an absolute path (bd02e31, f790679)...

I agree, i prefer `register` too. I wonder why [Vuejs plugins](https://fr.vuejs.org/v2/guide/plugins.html) are register this way (with a `install` method). And as i am working with Vuejs since a year i...