Philippe Höij

Results 74 comments of Philippe Höij

Thank you @GavinMendelGleason !!

I was thinking about this one again concerning JSON schema too. When adding, ensure to check for redos checks!

This now has a workaround in DFRNT. The @min and @max that are returned are converted into @min_cardinality and @max_cardinality upon load. What I discovered is that if @min_cardinality and...

When implementing the workaround, I also implemented a workaround for @cardinality as @min and @max are returned instead, both being of the same value, instead of returning @cardinality.

Key issue is that I have no 411 error codes in the logs on my end (could it be cloudflare?). I have checked both in web server logs and the...

For others having this issue, in most cases I believe it should be possible to do the other way around, to pull the changes to the target branch. Have not...

Another interesting one is custom client/application-side string regex for validation purposes in strings of the properties of the class. Modelled to be correct for oneOf too 🥳

There are some fundamentals that could be good to figure out before plunging in. One of them I have been thinking of is what WOQL is. In my mind it...

I'm thinking of starting with a great WOQL AST API and build the rest from there. The existing woql is good enough for the moment, but a great AST experience...