LouizFC

Results 23 comments of LouizFC

@pmlopes @slinkydeveloper Greetings Sorry about the double ping, but this is a blocking issue at one of my pet projects. Is there any issue I could help with?

@pmlopes does this includes draft 2020-12 support? I think I could help with that. Taking a brief look, vertx json schema implementation already uses a pseudo-vocabulary for OpenAPI (I took...

@humblecoder At the time I opened that issue I was learning Vue, but ended up dropping it for something that I was more familiar with. I will try to revisit...

@fritz just to confirm: the position of the popper is calculated and applied only in the "style" computed property, right? Edit: by popper, I mean the auto-completion box

Sorry for the delay @holograph . The changes presented by @goldsam looks good, but I also think that it is not the right way to handle it. I am also...

@goldsam this introduces some boilerplate to users that want to implement it (but again, this would be a "power user" feature), but seems usable. @holograph what do you think? I...

Another idea to the pile: - Maintain the first API (only one method for error handling) - Rename [Diff.java](https://github.com/flipkart-incubator/zjsonpatch/blob/master/src/main/java/com/flipkart/zjsonpatch/Diff.java) to `Patch`, make it public, but maintaining everything else internal /...

@goldsam nothing new. I am trying to squeeze some free time to make some refactorings that will make this issue more easy to implement, but until then I think there...

As I understand, the way we compact transformations prioritizes `replace`, `move` and `copy` respectively. I will run some tests when I get some time, but I think it is possible...

It is better to make this feature behind a optional flag. This could cause serious problems in bigger payloads