Nikolay Belykh

Results 29 comments of Nikolay Belykh

@fernandreu It would be great to have autocomplete! Although scintilla may actually be an awful choice to develop autocomplete, it's kind of a nightmare 😄 I would dump this dinosaur...

@fernandreu Yes, sounds interesting actually, maybe as VS code extension that would be more reasonable. There is a new XML schema-based completion extension appeared finally recently not sure if it...

@MSNev Thanks, I'll try that. The problem is not that something is passed/not passed, the problem is **the instrumentation itself** because the script that does it (app insights, that is)...

FYI: @MSNev The above did not work; the problem was XMLHttpRequesta ctually intercepted by the appInsights. If XMLHttpRequest is intercepted (by anything), that causes the above CORS error in case...

@MSNev Thank you. I've already almost lost hope, thus just disabled. Will give it another try, maybe still was doing something wrong.

Thank you once again @MSNev. I was indeed excluding wrong domain (that script made cross-domain requests as well). You were completely right, the problem was exactly with the `tracepart` header....

Are there some news regarding the issue (a few years later)? I would like to be able to export to PDF an SVG containing (both) "foreignObjects" and embedded images, without...

This is most probably related to the Office itself (some incompatible patches, as far as I remember) In the version 16.0.10338.20039, when installed on Server 19, "view" does not work...

Experience exactly the same. Doesn't "UserInfo" need to be implemented for this to work? My memory is fuzzy when I was implementing WOPI a few years ago, but I think...

Looks like this bug depends on the version of the office. It does happen with 2016, but does not happen with OfficeOnline, as of my experience. If you refresh the...