Renan Stigliani
Renan Stigliani
Why not just like the cancellable: ``` java void myMethod() { someCancellableBackground("hello", 42); [...] boolean mayInterruptIfRunning = true; BackgroundExecutor.cancelAll("cancellable_task", mayInterruptIfRunning); } @Background(id="cancellable_task", interval = 1000) void someCancellableBackground(String aParam, long anotherParam)...
I'm experiencing the same problem for mp4 files in Firefox and in some builds of IE11
Yes.. I'm using it with React, so you may need to adjust the code a bit: ```ts import CodeMirror, { HintFunction, Hints } from 'codemirror' import 'codemirror/addon/hint/show-hint' import 'codemirror/addon/hint/show-hint.css' import...
There's too many files involved and tied to my custom app logic for me to copy and paste. But I think what you need to do is install the CodeMirror...
>  > Your styling looks very clean and close to what I'd like to implment myself, any chance of you releasing it?