Robison WR Santos

Results 27 comments of Robison WR Santos

In theory yes, but I don't know exactly how rebar and the Erlang compiler get "linked" after the rebar installation. We would need to understand how Erlang finds the installed...

If we can make rebar install in different folders and then, somehow, manipulate the path whenever we use a different version of Erlang, then that problem would go away. For...

I am having the same issue for an API body that receives an array of files (binary objects). The relevant schema looks like this: ``` requestBody: content: multipart/form-data: schema: type:...

I was able to patch my generated code to look like this, and now it works fine: ```python def to_multipart(self) -> list[Tuple[str, FileJsonType]]: productmain_image: Union[Unset, FileJsonType] = UNSET if not...

When should we have a new release of the gem?

It wasn't my intention to offend anyone and I apologize if I did. It was just a question based on the fact the fix seems in place but the official...