Shane Perera
Shane Perera
The following should work (for a custom extension). ``` var HighlighterButton = MediumEditor.extensions.button.extend({ name: 'highlighter', tagNames: ['mark'], // nodeName which indicates the button should be 'active' when isAlreadyApplied() is called...
The way to work around this is to create a new CSS with a root class, and copy the compiled CSS into that file. Perhaps allowing the developer to set...
I came across this as well. Just updating the readme will be helpful for 95% of people.
The --use-feature=2020-resolver option was used in older versions of pip to enable a new dependency resolver that is now the default behavior in the latest versions of pip. It seems...
Can confirm frequent crashes. Is it possible to add an opt-in feature to create a crash log? ``` Version: 0.15.3 (88) OS version: Version 10.15.5 (Build 19F101) Has permissions: false...
Came across this on an old project. The psr autoload is broken on branch `v0.2.1`. Clone your own branch and upload the autoload. ``` "autoload": { "psr-4": { "J42\\LaravelFirebase\\": "src/j42/LaravelFirebase"...
Can confirm this bug exists.