Vasil Tabakov

Results 11 comments of Vasil Tabakov

I'm still researching what exactly the encoded token provider strategy is about. So far it seems to me that using encoded tokens could lead to faster processing of tokens in...

In monaco you can define your own theme passing it an IStandaloneThemeData object, would that be enough? I tried following some of the code of vscode and so implementing encoded...

You can use Android's own models via the Android Gradle Plugin: ``` compile group: 'com.android.tools.build', name: 'gradle', version: '3.2.1' ``` https://google.github.io/android-gradle-dsl/current/ This way you'll have access to say AppExtension and...

+100 and here's a visualization of this feature: ![2019-12-12_07-38-46](https://user-images.githubusercontent.com/1178309/70685657-bbe00a80-1cb2-11ea-8ab0-24890d4a188a.gif)

Hi, @ishanuda No it's not available, I've only added a visualization for the author or other interested parties to see and get a better idea about the feature. If I...

Hi everyone, had a similar problem and created this: ![quill-caption-test](https://user-images.githubusercontent.com/1178309/31044772-20cf4b16-a5de-11e7-9f1e-a96681eca953.gif) The delta in the resulting content of the editor correctly contains the new caption of the image. This is part...

Will do, need to remove a lot of ad-hoc code and will post the typescript version today-ish

Here you go: https://gist.github.com/vasiltabakov/a3bf16f6e69da421cbff60389b9eb975

Mine was a very ad-hoc solution. But I think the whole thing should be a Blot, because if they're separate you'll be able to delete one while the other remains....

Here's a sample, please fix https://github.com/Microsoft/monaco-editor-samples/blob/master/electron-amd/electron-index.html