Melodeiro

Results 15 issues of Melodeiro

After executing a command: `ModMyFactoryGUI.exe -i pack.fmpa` I have got a crash, because the mod is already existing in my system. Exception message on english: "Can't create file, because it...

bug

Would be nice to mention the friends just by first 3 letters (minimum). For example, you type @Mel, and the mod is searching for all friends, starting with those letters....

enhancement
verified

Right now an exception is thrown with lists of polymorphic types before `fun willGenerateGraphQLType(type: KType): GraphQLType?` since https://github.com/ExpediaGroup/graphql-kotlin/pull/801. My suggestion is to allow users to handle this situation with custom...

type: enhancement

Please, add an option to include custom parameters to the model request. For example, huggingface inference api is compatible with openai API, but they got a weird restriction that you...

enhancement

## About this issue Consecutive headers aren't parsed properly. For example, github renders : ```markdown # H1 ## H2 ### H3 #### H4 ##### H5 ``` as # H1 ##...