swiftsword94
swiftsword94
fails when providing schema with enums: https://github.com/CMSgov/price-transparency-guide/blob/master/schemas/in-network-rates/in-network-rates.json -> if jsonschema.get(ROOT_IDENTIFIER_FIELD) is not None: (Pdb) p jsonschema.get(ROOT_IDENTIFIER_FIELD) *** AttributeError: 'list' object has no attribute 'get' jsonschema2sql.py line 163
When running lmstudio.js in Deno by importing via "npm:@lmstudio/sdk@^0.1.0" i get the following error: ``` error: Could not find package 'process' from referrer 'file:///C:/Users//AppData/Local/deno/npm/registry.npmjs.org/@lmstudio/sdk/0.1.0/dist/index.js' (@lmstudio/[email protected]). ``` Would like to see...