John Hogenmiller

Results 29 comments of John Hogenmiller

Fixed it by changing the drawio theme back and forth.

Any luck with this? In the same situation.

I am running into a very similar issue with netbox schema, and found this issue. I replicated @beyer-stefan 's issue using v0.15.0. ```shell wget https://raw.githubusercontent.com/CVEProject/cve-schema/master/schema/v5.0/docs/CVE_JSON_5.0_bundled.json go-jsonschema -p cve CVE_JSON_5.0_bundled.json ```...

My issue with the netbox schema may be related. ```shell wget https://raw.githubusercontent.com/netbox-community/devicetype-library/master/schema/generated_schema.json wget https://raw.githubusercontent.com/netbox-community/devicetype-library/master/schema/components.json ``` If you do `go-jsonschema -p netbox generated_schema.json -o netbox.go` that works fine and produces code...

I poked at this a bit more today. It seems like it's the depth level. In the netbox-comunity schema, if I rewrite generated_schema.json like so ``` "console-port-properties": { "type": "string",...

Hello again. Thanks this great library. I now realize this is a known issue, or the very least, related to a known issue. From the README, nested names aren't supported...

Having the same issue, except it's Windows 10 Remote into SSH on Linux (Ubuntu 20.04). It works locally on Windows 10. While in a remote workspace, spellright does not seem...

Hi, this worked pretty well for me, but with a few notes. I also have an alternative approach. I put the notes first that impact both your solution and mine....

Would it be reasonable to drop graphql support? I know our group stopped using that capability of netbox-inventory when netbox 4 came out, opting instead for the dynamic field return.