dantleech
dantleech
also maybe the confusion is because the settings for `phpactor.trace.server` in `package.json` is automatically used by vscode - and controls if code will verbosely log the communication between client and...
> Yes is the same feature, sorry if I misunderstand. I mean.. why should the trace verbosity affect if the output channel is revealed? what makes you think this is...
You can use stdio (there's an option for it)
ok, it's a "web" editor so I (guess) that makes sense. it seems the headers in the RPC request are malformed as the offending line is: ``` private function parseHeaders(string...
After some reflection I think if anything this should be about normalization and not slugification. After all it is perfectly valid to have spaces and non-url-safe characters in a node...
In regard to implicitly calculating the changes, the use case that breaks the current system is: ``` move: /foobar > /barfoo create: /foobar ``` Create is done before move, so...
I understand it as we only need an operation queue for tree operations (move, delete, create, reorder, etc). The documents and their data would be handled by the changeset. So...
Really need to have another crack at this. Maybe there is away that doesn't involve rewriting the UOW.
I will try and have a proper look tomorrow.
@dbu any idea why this is not working on Jackrabbit? Something on our end?