i alarmed alien

Results 48 comments of i alarmed alien

It'd be worth checking the methods / attributes of pydantic classes and the YAMLRoot class to see if there are collisions or not, since Pydantic classes have relatively few methods...

I've run into the same issue, with the added complication that the same key is reused to represent several objects: ```json { "data": { "citations": { "data": [ { "id":...

If you're on Linux or Windows, you can get the Express Edition (small version for developers) for free: http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html

No problem on not reviewing the PR today. Do you have a preference for which strategy is used -- existing repos vs create testing use only npm modules?

It won't fix problems with inconsistent naming within the db, but there is https://github.com/dbohdan/automatic-api for easy ways to spin up an API. Making the code for the whole barter.vg website...

@bartervg did the repo content get removed? There is no backend code in the repo and not much FE code either. I would love to be able to help fix...

I'm only interested in "official" barter.vg activity, e.g. bundle postings. The rest is just noise.

Looking at the code, it doesn't even recognise the `anyOf` tag.

It would be preferable to avoid using the Schema Builder to assemble a set of classes and fields as other formats do, because we already have the class/field set up...

There are a couple of python libraries I have looked at / tinkered with that can read XSD files and generate [a corresponding set of python dataclasses](https://github.com/tefra/xsdata) or [templated source...