ChrisPolin | Haven't heard back from J McKenty yet re: streaming into the conference, however there are two webinars scheduled as an introduction to OpenControl and Compliance-Masonry which might be of use. https://gist.github.com/gregelin/97373eebcbcb44e0d6fc4d3ea4e0ce72 | 08:21 |
---|---|---|
*** laurenceurhegyi has joined #trustable | 09:02 | |
*** ctbruce has joined #trustable | 09:06 | |
*** ctbruce has quit IRC | 11:05 | |
jmacs | opencontrol seems much clearer today after I've had a couple of days break | 11:13 |
*** ctbruce has joined #trustable | 12:17 | |
laurenceurhegyi | good to hear, jmacs. Any response from them on the things you have submitted to them? | 12:28 |
laurenceurhegyi | Also, Chris, any response from OpenControl around the un-conference they're having? | 12:29 |
ChrisPolin | No response as of yet, but i've subscribed to the github discussion about it. I mentioned above about a couple of webinars they're having, which could be useful. | 12:34 |
ChrisPolin | It looks like it's due to be on the 20th oct, so there's time enough yet to hear back. | 12:35 |
ChrisPolin | Webinar -> https://gist.github.com/gregelin/97373eebcbcb44e0d6fc4d3ea4e0ce72 | 12:35 |
ChrisPolin | (also it's at 7am...sorry all) | 12:35 |
jmacs | laurenceurhegyi: I haven't submitted anything to them yet | 12:38 |
*** locallycompact has joined #trustable | 14:10 | |
*** ctbruce has quit IRC | 14:28 | |
*** leeming has quit IRC | 14:53 | |
*** leeming has joined #trustable | 14:54 | |
jmacs | ChrisPolin - or anyone who knows yaml - could you take a look at http://paste.baserock.org/ebukokihir and see if you can figure out why kwalify says that the data file is "not a sequence"? | 15:19 |
jmacs | Does that count as a mapping with lots of differently named fields? | 15:20 |
locallycompact | seq is array | 15:20 |
ChrisPolin | Will have a looksee. | 15:21 |
locallycompact | - name: foo | 15:21 |
locallycompact | field: bar | 15:21 |
locallycompact | - name: quux | 15:21 |
locallycompact | field: rawr | 15:21 |
locallycompact | the data there is a dictionary | 15:21 |
jmacs | Is a dictionary what kwalify calls a map? | 15:22 |
locallycompact | perhaps | 15:22 |
*** faybrocklebank has quit IRC | 15:27 | |
locallycompact | can't seem to find a current upstream for kwalify? | 15:37 |
locallycompact | I'm using jsonschema in baserock, would like to compare | 15:37 |
jmacs | All I have is http://www.kuwata-lab.com/kwalify/ | 15:41 |
jmacs | It may be a dead project | 15:42 |
locallycompact | looks like it tbh | 15:42 |
jmacs | Maybe there's another yaml scheme validator we should be using | 15:42 |
locallycompact | I'm using this https://github.com/Julian/jsonschema | 15:44 |
jmacs | Ever used it with yaml? | 15:44 |
locallycompact | Yeah | 15:44 |
locallycompact | but it has one problem | 15:44 |
locallycompact | well, so it works in so far as all it expects is a python object so it doens't matter | 15:45 |
locallycompact | but internally if it tries to resolve a $ref to a schema in another file it will attempt to load it in as json | 15:45 |
locallycompact | I've asked upstream if they'll cater | 15:45 |
jmacs | Interesting | 15:46 |
locallycompact | https://gitlab.com/baserock/spec/blob/lc/009-test/schemas/assemblage.json-schema#L51 | 15:47 |
locallycompact | where $ref: "#" is the schema of the current document (recursive), that works, but $ref: "chunk.json-schema" it will load via its implementation and so gives a decode error | 15:50 |
jmacs | I've raised another issue on opencontrol's github about that | 16:54 |
*** locallycompact has quit IRC | 17:14 | |
*** laurenceurhegyi has quit IRC | 17:23 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!