Erwan Dayot

Results 6 comments of Erwan Dayot

In the fork that I created [here](https://github.com/edayot/beet/commit/008e8c820d886532274572b69a7ea97c3c1268c5) in the build directory there is now all the files. But I don't know if it's the way to do it.

Yeah it always seemed very hacky to me to use empty filenames, just writing `function namespace:` feels weird, but people are using it. Do i have to push the files...

that odd, my PR did manage to get all dependencies and not this one https://github.com/mcbeet/beet/pull/450

I'm also having the same issue with this json schema (very long one) : [mcdoc.json](https://github.com/user-attachments/files/18812549/mcdoc.json)

I found a way to fix this, using this [custom templates](https://koxudaxi.github.io/datamodel-code-generator/custom_template/) : ```jinja2 {%- macro get_type_hint(_fields) -%} {%- if _fields -%} {# There will only ever be a single field...