Bjørnar Ness
Bjørnar Ness
Great. Looking forward to it!
It load the schema, but does not validate with the error message: validation error: schema is array instead of object
perhaps this is the way I load the schema? local s = ucl.parser() s:parse_string(json_schema_loaded_from_file) local schema = s:get_object() local res,err = parser:validate(schema)
Yeah.. seems to work! But its probably more efficient for me to load schema file once, its used alot. Just an additional question: do you support $refs to local files,...
> need to add some test cases. @bjne Yeah absolutely, just wanted to know if this is a way you would accept this implemented first
this is the basic idea for usage: ```lua local pg = { login = function() return true end, prepare = function(self, query) local portal = (self.nportals or 0) + 1...
Have you had any opportunity to look at packing/unpacking? Size difference is quite substantial for some objects.
This sounds great, and I vote for the shortforms; :eq :lt :gt
This also applies to ubuntu/xenial64 that uses 2nd disk as a configdrive, and not converting this drive breaks booting it after mutate.
I was hoping to make it run faster, not slower..