Insight Industry Inc.

Results 13 comments of Insight Industry Inc.

I've taken a look at this issue, and the problem lies in a performance cliff in the regex matching that applies to URLs. It'll take some amount of effort to...

Thanks for the question, @r-pankevicius ! Sorry for the delay getting back to you, but I've been swamped the last couple weeks and am only now getting caught up. There...

There are several important questions that need to be answered for this feature: 1. Should language detection be built in the Validator Collection, or leverage an outside library? 2. If...

Hmm. I’ll have to add a test case for this. While I haven’t tested it (yet!) I would expect that: 1. You can create a model that is a mix-in...

TBD: Can this be done with only a minor version change? In other words, can this be done in a way that retains backwards compatibility with earlier versions?

Also, would be good to support: - `Table.from_pydantic()` to generate a new SQLAlchemy `Table` object based on a Pydantic model with serialization configured. - `generate_model_from_pydantic()` to generate a new `BaseModel`...

> TBD: Can this be done with only a minor version change? In other words, can this be done in a way that retains backwards compatibility with earlier versions? By...

Hi @mikey-no : Happy to help explain! First, I'd just like to make sure I'm understanding the question correctly. Is the following correct: 1. You have one model ``Parent``. 2....

On further consideration, it does **not** make sense to try to serialize model class metadata to RST or Sphinx. The reason is actually pretty obvious: a model class is *already*...

However, serializing SQLAlchemy model classes to OpenAPI **does** make sense, and can definitely provide value. Some further research should be done to figure out the best architecture and API for...