Oleg Elifantiev

Results 13 comments of Oleg Elifantiev

Why do you need this? What is the task? `xmlA` and `xmlB` are the same from the XML point of view, isn't it?

https://github.com/tmpvar/jsdom/issues/1641

@chiptus Let's remove last commit there are code style changes are made. It is not clean where is the main changes are.

I don't think this fix is sufficient. What about this line: https://github.com/Olegas/dom-compare/blob/master/lib/compare.js#L104 ? Here we need to know the correct node type to select proper comparison strategy.

@lfryc Sorry, but I don't have any experience with UMD, so, pull-request will be great. Do you want to use dom-compare in the browser?

What if I "compile" a single client-side file to use in browser? It will be a part of library. Also, please let me know about fixes you need to work...

Now it is totally broken... Deeper refactoring is required here. We need to split `_startIfNeededAndPushData` into push and start in a case remainder is 0. I think I can land...

One of possible workarounds is to setup a frontend server (like Nginx or else) and rewrite this method to some other (POST maybe?) and add special header (X-Original-Method: MKCALENDAR) then...

Another possible workaround is to implement some HTTP-server with node-parsely (https://github.com/substack/node-parsley) and create some custom objects implementing request/response public API, when pass them to DAV server

@aenario no, I'm not. Just discovered this issue last night. Still discovering. I think I will use front-end method in my case (I'm already have Nginx instance in front of...