Yashwanth Anantharaju
Yashwanth Anantharaju
@cristina-9 i got an internal update on this > we not forking the engine, we use it. We have internal engine and would have to post updates to public engine...
now it's called `setHiddenAreas` however it doesn't honor the `startColumn `or `endColumn` :( So it hides whole lines! Can we add support to hide specific columns please!
Never mind, I can do this :) ``` const matches = contentModel.findMatches("someregex", false, true, false, null, true); contentModel.applyEdits(matches.map(x => { return { text: "", range: x.range } })); ``` However,...
+1 we are facing the same issue even now :(
well this is actually https://github.com/adamhathcock/sharpcompress/issues/145
much simple example that doesn't work: ``` def handle_click(event): print(event) el = button('click me', onClick=handle_click) display(el) print(el.to_dict()) print(hash(handle_click)) ``` ``` {'tagName': 'button', 'attributes': {}, 'eventHandlers': {'onClick': '-9223371929970225799_onClick'}, 'children': ['click me']}...
@gnestor Interesting, so I tried this ``` from IPython.display import display, update_display from vdom import div, input_, label, table, tbody, tr, td, button def on_click(event): target.update("click"); def forminput(text, type="text"): return...
+1 Also, can we not add the `token` name as css class? We seem to generate classs names as `mtk{number}`, depending on that is fragile as we change themes and...
+1 can't get it to work with win10 UWP ``` Xamarin.Forms.Behaviors 1.3.1 is not compatible with UAP,Version=v10.0. Some packages are not compatible with UAP,Version=v10.0. Xamarin.Forms.Behaviors 1.3.1 is not compatible with...
@actions/actions-cache for review here