Mauricio Villegas

Results 276 comments of Mauricio Villegas

> Is there a problem with 585 though? It has the same problem, no native way to evaluate the type hint. ```python from __future__ import annotations from typing import get_type_hints...

Sounds good! Though note that from what I know, the only non-rejected pep where attribute docstrings are mentioned is [PEP 257](https://peps.python.org/pep-0257/#what-is-a-docstring). Only acceptable is a literal string right after the...

Created https://github.com/rr-/docstring_parser/issues/71

I have added the support in commit https://github.com/omni-us/jsonargparse/commit/36a6a3fb1a887127a50c95c43b12602b88955c7d. See there the changes in the documentation. It is necessary to parse attribute docstrings to figure out if a class has them,...

How big are your wheel packages? I have created a wheel package that includes all `libfst*.so` and `libkaldi*.so` such that to use in Ubuntu 20.04 the only requirement is to...

@bmilde > Would you have a good idea on how to solve versioning for the kaldi dependency? Basically each pykaldi version needs to be compiled to a specific pykaldi compatible...

> I don't think we need a custom kaldi or clif anymore. If this is already the case, it is great! But it would be good to change pykaldi such...

Here I give a few ideas for your consideration. These are mostly related to the fact that in the future openapi will be aligned with json schema, see https://apisyouwonthate.com/blog/openapi-v31-and-json-schema-2019-09. Currently...

Just out of curiosity. Is there a python library that is able to convert swagger 2.0 to openapi 3.0? If there is such library, would it make sense that flask-restx...

I don't think it is difficult. The documentation is missing how to implement a completer that runs a script. Having this clear, take for example that when completing it would...