Daedra22

Results 3 issues of Daedra22

Hi guys, I was trying to run my compiled tests in an ubuntu image using aws lambda via the command: `mono nunit-console.exe -nologo -noresult test.dll` Unfortunatelly the following error is...

Hi guys, quill v2 released a new version: https://github.com/quilljs/quill/releases/tag/v2.0.0-beta.0 I updated and now this module is not longer working, inserting just blank paragraphs . Is it planned to be updated?

Hi, I created the listeners for drop events : `Vue.vueDragula.eventBus.$on("drop", function (args) {...` I add the listener when the component is mounted, now I want to remove the listener when...