Mauricio Villegas

Results 276 comments of Mauricio Villegas

@jiito A minimal reproduction would be ideal, but I know that there are cases when it is difficult. If the code in question is public, then you could already share...

I would be willing to work on a fix. But probably only if I get some guidance since I don't really understand why it doesn't work or know how to...

It would have been nicer if you explained here, instead of just adding links and have to go through two conversations to figure out what you want. Anyway, I went...

> Why the harsh tone? Sorry about that. It was not my intention to sound harsh. It was just my honest opinion about the short initial description. From your last...

> using the github url as dependency A small update. Having as dependency a github url is not allowed by pypi, so it is not possible to publish a package...

@ModdingFox will you pick this up again soon? Note that the code changes so the longer it is, the more conflicts that will need to be fixed. And I am...

Thank you for reporting! Could you please in the "To reproduce" section provide a complete code snippet and corresponding yaml config that causes the error shown.

You don't need to add confidential data. You wrote two bullet points. Just do that to create a dummy example. You are the one who understands the code, so it...

You can register `numpy.typing.ArrayLike` as a type, you just need to implement a serializer and deserializer. See in the docs [registering-types](https://jsonargparse.readthedocs.io/en/v4.42.0/#registering-types).

I had not noted what `numpy.typing.ArrayLike` actually is, even though it is right there in the error message. Registering types only works when the type is a single class, not...