Renan Stigliani

Results 7 comments of 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...

> ![2019-12-17 16-34-49 2019-12-17 16_52_10](https://user-images.githubusercontent.com/1207863/71001116-9f4a3500-20ed-11ea-8de2-1b57b1f34594.gif) > Your styling looks very clean and close to what I'd like to implment myself, any chance of you releasing it?