Thomas Erbe
Thomas Erbe
Prism does allow the class names to be changed with a prefix, ```javascript Prism.plugins.customClass.prefix('prism-') ``` All you'll then need to do is add the prefix to the CSS of the...
Hey @hellokvn , Thanks for your suggestion. I believe this will be possible when the extended API is implemented as this would allow you to listen for an open even...
Hey @terabytesoftw, As far as I know Bulma does not support nested dropdowns like that and so BulmaJS will also not support it. If you're looking for that functionality then...
Hey @terabytesoftw, Thank you for the suggestion. I like the idea of including this on CDNJS. I'm going to keep this open but hold off submitting the library yet. I'm...
This has been submitted, current progress can be reviewed at https://github.com/cdnjs/packages/pull/520
Have tagged this for the next release. Sadly didn't have time to follow up the changes.
Not sure if it helps, using Laravel and getting this error when hovering over `find($id)` section of this code. It is interacting with a Eloquent model. ``` PHP if(Testimonial::find($id)->delete()) {...
Can confirm what @vpakg and @Dayjo are saying, seems to have stopped for me as well. Although I am on a different machine. Has this been fixed?
To add some additional info to this. I have tested a few different versions on the windows 10 laptop and have found the following - 4.23.1 - works fine -...
Sadly 4.28.0 is still affected by this 😞