Adrien Poupa
Adrien Poupa
Could you supply some example files please?
For v2, just combine the readme and https://wysiwyg-editor.froala.help/hc/en-us/articles/360000363629-How-can-I-get-the-editor-instance- Add an initialized event where you store the editor instance in an attribute: ``` import VueFroala from 'vue-froala-wysiwyg'; export default { name:...
Hi @soncaokim, sorry for the inactivity, and thanks for all the work you have done. I would like to help you by making working on Vinyl as easy as possible....
You are of course free to fork this as you see fit, but I would think it would be more beneficial for the project and its user base to keep...
> > I am open to any idea you may have to reduce the bus factor (even though I am not planning to be run over in the near future...
Let's continue the discussion here: https://github.com/VinylMusicPlayer/VinylMusicPlayer/discussions/641
@roman-vynar thanks a lot! I had the same issue, making `mysql` run the container fixed it.
This will break Hugo at the end of 2018. It needs to be merged.
I struggled a bit to identify which functions would trigger this warning so I wrote a regex to match custom modifiers, excluding built-in modifiers, in case anybody finds it useful...
> @AdrienPoupa how did you use that regexp to find things in your codebase? Search everywhere with PHPStorm ;)